in_app_gallery 1.0.0 copy "in_app_gallery: ^1.0.0" to clipboard
in_app_gallery: ^1.0.0 copied to clipboard

A highly customizable Flutter plugin for selecting images and videos from the device gallery, featuring a polished UI and media compression.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add in_app_gallery

With Flutter:

 $ flutter pub add in_app_gallery

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

dependencies:
  in_app_gallery: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:in_app_gallery/in_app_gallery.dart';
1
likes
0
points
201
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable Flutter plugin for selecting images and videos from the device gallery, featuring a polished UI and media compression.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

device_info_plus, flutter, flutter_bloc, flutter_image_compress, fluttertoast, image_picker, media_kit, media_kit_libs_video, media_kit_video, path_provider, permission_handler, photo_manager, plugin_platform_interface, skeletonizer, uuid

More

Packages that depend on in_app_gallery

Packages that implement in_app_gallery