pick_or_save 1.0.3 copy "pick_or_save: ^1.0.3" to clipboard
pick_or_save: ^1.0.3 copied to clipboard

outdated

A Flutter file picking and saving package that enables you to pick or save a single file and multiple files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pick_or_save

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

dependencies:
  pick_or_save: ^1.0.3

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:pick_or_save/pick_or_save.dart';
35
likes
0
pub points
86%
popularity

Publisher

verified publisherdeepanshuchaudhary.com

A Flutter file picking and saving package that enables you to pick or save a single file and multiple files.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pick_or_save