path_provider 2.1.1 copy "path_provider: ^2.1.1" to clipboard
path_provider: ^2.1.1 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add path_provider

With Flutter:

 $ flutter pub add path_provider

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  path_provider: ^2.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:path_provider/path_provider.dart';
5.11k
likes
0
points
3.78M
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#files #path-provider #paths

License

unknown (license)

Dependencies

flutter, path_provider_android, path_provider_foundation, path_provider_linux, path_provider_platform_interface, path_provider_windows

More

Packages that depend on path_provider