path_provider 0.5.0+1 copy "path_provider: ^0.5.0+1" to clipboard
path_provider: ^0.5.0+1 copied to clipboard

outdated

Flutter plugin for getting commonly used locations on the Android & iOS file systems, such as the temp and app data directories.

path_provider #

pub package

A Flutter plugin for finding commonly used locations on the filesystem. Supports iOS and Android.

Usage #

To use this plugin, add path_provider as a dependency in your pubspec.yaml file.

Example #

Directory tempDir = await getTemporaryDirectory();
String tempPath = tempDir.path;

Directory appDocDir = await getApplicationDocumentsDirectory();
String appDocPath = appDocDir.path;

Please see the example app of this plugin for a full example.

4646
likes
40
pub points
100%
popularity

Publisher

verified publisherflutter.dev

Flutter plugin for getting commonly used locations on the Android & iOS file systems, such as the temp and app data directories.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on path_provider