gallery_media_picker 0.2.0
gallery_media_picker: ^0.2.0 copied to clipboard
A fully customizable and modern Flutter media picker inspired by Instagram. Supports image/video selection, multi-pick, album browsing, and high-performance grid previews using the photo_manager library.
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.2.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';