path_provider_master 1.0.0 copy "path_provider_master: ^1.0.0" to clipboard
path_provider_master: ^1.0.0 copied to clipboard

Flutter plugin for accessing various system paths across all platforms with support for public paths

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add path_provider_master

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

dependencies:
  path_provider_master: ^1.0.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:path_provider_master/path_provider_master.dart';
1
likes
160
points
--
downloads

Publisher

verified publisherswanflutterdev.com

Weekly Downloads

Flutter plugin for accessing various system paths across all platforms with support for public paths

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on path_provider_master

Packages that implement path_provider_master