gallery_media_picker 0.1.0 copy "gallery_media_picker: ^0.1.0" to clipboard
gallery_media_picker: ^0.1.0 copied to clipboard

Gallery Media Picker has the same concept as image_picker but with a more attractive interface to choose an image or video from the device gallery, whether it is Android or iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gallery_media_picker

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

dependencies:
  gallery_media_picker: ^0.1.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:gallery_media_picker/gallery_media_picker.dart';
20
likes
80
pub points
83%
popularity

Publisher

unverified uploader

Gallery Media Picker has the same concept as image_picker but with a more attractive interface to choose an image or video from the device gallery, whether it is Android or iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

flutter, oktoast, photo_manager

More

Packages that depend on gallery_media_picker