Этот репозиторий содержит Flutter плагины для платформы ОС Аврора.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

584 B

xdga_directories

A Dart package for reading directory path on Aurora OS.

To use this package, the basic XDG values for the following are available via a Dart API:

  • getCacheLocation - User cache folder
  • getDocumentsLocation - Documents of the user
  • getDownloadLocation - User downloads
  • getMusicLocation - Music and other audio files of the user
  • getPicturesLocation - Photos and other images of the user
  • getGenericDataLocation - General user application data
  • getMoviesLocation - Movies and other user videos

Preview

preview.png