simple_media_picker 0.0.1 copy "simple_media_picker: ^0.0.1" to clipboard
simple_media_picker: ^0.0.1 copied to clipboard

A Flutter plugin for easy media picking with album browsing, multi-selection support, and lazy loading.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_media_picker

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

dependencies:
  simple_media_picker: ^0.0.1

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:simple_media_picker/simple_media_picker.dart';
3
likes
160
points
105
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for easy media picking with album browsing, multi-selection support, and lazy loading.

Repository (GitHub)
View/report issues

Topics

#media #picker #gallery #photo #video

Documentation

API reference

License

MIT (license)

Dependencies

collection, equatable, flutter, flutter_bloc, photo_manager, photo_manager_image_provider

More

Packages that depend on simple_media_picker