gallery_media_picker 0.2.0 copy "gallery_media_picker: ^0.2.0" to clipboard
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';
20
likes
140
points
222
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, oktoast, photo_manager

More

Packages that depend on gallery_media_picker