gallery_media_picker 0.0.4 gallery_media_picker: ^0.0.4 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.0.4
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';