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

discontinued

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.3

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
40
pub points
18%
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

MIT (LICENSE)

Dependencies

flutter, video_player

More

Packages that depend on multi_media_picker