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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add default_path_provider

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

dependencies:
  default_path_provider: ^0.1.0

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:default_path_provider/default_path_provider.dart';
2
likes
25
pub points
22%
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