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

outdatedDart 1 only

A Flutter plugin for getting commonly used locations on the filesystem.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add path_provider

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

dependencies:
  path_provider: ^0.2.1+1

Alternatively, your editor might support 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';
4641
likes
0
pub points
100%
popularity

Publisher

verified publisherflutter.cn

A Flutter plugin for getting commonly used locations on the filesystem.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on path_provider