Этот репозиторий содержит 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.
 
 
 
 
Vitaliy Zarubin 0ce3eb08d0 [path_provider_aurora] Code style 2 years ago
..
aurora [xdga_directories] First commit 2 years ago
data [xdga_directories] First commit 2 years ago
example [path_provider_aurora] Code style 2 years ago
lib [path_provider_aurora] Update example apps, add fun in PathProviderAurora 2 years ago
src [path_provider_aurora] Update example apps, add fun in PathProviderAurora 2 years ago
.gitignore [xdga_directories] First commit 2 years ago
README.md [xdga_directories] First commit 2 years ago
analysis_options.yaml [xdga_directories] First commit 2 years ago
ffigen.yaml [xdga_directories] First commit 2 years ago
pubspec.yaml [xdga_directories] First commit 2 years ago

README.md

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