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

discontinued

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
copied to clipboard

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.3.2
copied to clipboard

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';
copied to clipboard
23
likes
40
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.18 - 2025.04.02

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)

License

Apache-2.0 (license)

Dependencies

flutter, meta

More

Packages that depend on media_picker_builder