default_path_provider 0.1.0 copy "default_path_provider: ^0.1.0" to clipboard
default_path_provider: ^0.1.0 copied to clipboard

discontinued

A plugin that provide path to the default android directories like Downloads, Pictures, etc.

default_path_provider #

default_path_provider is a flutter plugin that can provide you the path of android's default directories like Downloads, Pictures, DCIM, etc.

- Note: This plugin can work only in Android as of now!

Usage #

import 'package:default_path_provider/default_path_provider.dart';

String dirPath = await DefaultPathProvider.getDownloadDirectoryPath;

Available Methods #

  • getDownloadDirectoryPath
  • getPicturesDirectoryPath
  • getDCIMDirectoryPath
  • getNotificationsDirectoryPath
  • getMoviesDirectoryPath
  • getAlarmsDirectoryPath
  • getMusicDirectoryPath
  • getDocumentsDirectoryPath
  • getRingtonesDirectoryPath
  • getPodcastDirectoryPath

Contributing #

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update the tests as appropriate.

License #

MIT

2
likes
25
pub points
16%
popularity

Publisher

unverified uploader

A plugin that provide path to the default android directories like Downloads, Pictures, etc.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on default_path_provider