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

PlatformAndroid
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.5

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
160
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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pick_or_save