pick_or_save 2.1.4 pick_or_save: ^2.1.4 copied to clipboard
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: ^2.1.4
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';