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

outdated

Flutter plugin to get pictures and videos from the device. It allows you to select one or more images from gallery or camera, without needing to switch provider.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add media_picker

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

dependencies:
  media_picker: ^1.3.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/media_picker.dart';
7
likes
0
pub points
34%
popularity

Publisher

unverified uploader

Flutter plugin to get pictures and videos from the device. It allows you to select one or more images from gallery or camera, without needing to switch provider.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on media_picker