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

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

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

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on media_picker