piccolo_file_picker 0.0.4
piccolo_file_picker: ^0.0.4 copied to clipboard
A versatile Flutter package for picking images, videos, and documents with filtering and multi-selection options.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add piccolo_file_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
piccolo_file_picker: ^0.0.4Alternatively, 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:piccolo_file_picker/piccolo_file_picker.dart';