media_picker_builder 1.2.0+2 media_picker_builder: ^1.2.0+2 copied to clipboard
A Flutter plugin that returns multimedia picker data such as folders and its content path list to build your own custom flutter picker
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add media_picker_builder
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
media_picker_builder: ^1.2.0+2
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:media_picker_builder/media_picker_builder.dart';