flutter_unified_image_picker 1.0.1 copy "flutter_unified_image_picker: ^1.0.1" to clipboard
flutter_unified_image_picker: ^1.0.1 copied to clipboard

A powerful Flutter plugin for **camera capture** and **gallery selection** with a draggable bottom sheet. Fully decoupled architecture using **CameraService**, **GalleryService**, and **BottomSheetSer [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_unified_image_picker

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

dependencies:
  flutter_unified_image_picker: ^1.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:flutter_unified_image_picker/flutter_unified_image_picker.dart';
7
likes
150
points
175
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter plugin for **camera capture** and **gallery selection** with a draggable bottom sheet. Fully decoupled architecture using **CameraService**, **GalleryService**, and **BottomSheetService**, all managed by `ImagePickerController`.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

camera, flutter, permission_handler, plugin_platform_interface

More

Packages that depend on flutter_unified_image_picker

Packages that implement flutter_unified_image_picker