media_picker_builder 1.2.4 copy "media_picker_builder: ^1.2.4" to clipboard
media_picker_builder: ^1.2.4 copied to clipboard

discontinued
outdated

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.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:media_picker_builder/media_picker_builder.dart';
23
likes
0
pub points
70%
popularity

Publisher

unverified uploader

A Flutter plugin that returns multimedia picker data such as folders and its content path list to build your own custom flutter picker

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on media_picker_builder