multi_media_picker 0.2.0 copy "multi_media_picker: ^0.2.0" to clipboard
multi_media_picker: ^0.2.0 copied to clipboard

discontinued
outdated

A fork of the official image_picker plugin that adds the functionality to pick multiple images.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_media_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  multi_media_picker: ^0.2.0

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:multi_media_picker/multi_media_picker.dart';
13
likes
0
pub points
34%
popularity

Publisher

unverified uploader

A fork of the official image_picker plugin that adds the functionality to pick multiple images.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, video_player

More

Packages that depend on multi_media_picker