image_picker_adapter 0.0.6 copy "image_picker_adapter: ^0.0.6" to clipboard
image_picker_adapter: ^0.0.6 copied to clipboard

A modular and customizable image picker adapter for Flutter. Supports image cropping, compression, source selection, and Cubit-based state management. Built with SOLID principles and clean architecture.

Changelog #

All notable changes to this project will be documented in this file.

0.0.6 #

Sep 9, 2025 #

✨ Removed #

  • Removed image_gallery_saver Dependency.
  • Updated reusable_image_widget to 0.1.7

0.0.5 #

Sep 6, 2025 #

✨ Fixed #

  • Fixed compressImage for Web platform.

0.0.4 #

Aug 22, 2025 #

✨ Updated #

  • Updated get_it_di_global_variable to 0.0.6
  • Updated reusable_image_widget to ^0.1.5
  • Updated provider to ^6.1.5+1
  • Updated image_picker to ^1.2.0
  • Updated Dart sdk to 3.9.0
  • Removed flutter_lints Dependency

✨ Removed #

  • Removed reusable_bottom_sheet dependency
  • Removed cross_file dependency

0.0.3 #

Jul 15, 2025 #

✨ Added #

  • update reusable_image_widget packages.

0.0.2 #

📅 Jul 14, 2025 #

✨ Updated #

  • Updated dependencies

0.0.1 #

📅 Jul 14, 2025 #

✨ Added #

  • Initial release of image_picker_adapter package
  • Support for image picking from camera or gallery
  • Optional image cropping using image_cropper
  • Optional image compression using flutter_image_compress
  • Customizable AppImagePicker and AvatarImagePicker widgets
  • Bloc/Cubit state management integration
  • Modular, testable services: picker, cropper, compressor
  • Source selector UI via dialog, bottom sheet, or custom widget
  • XFileParserExtension for type conversion (File, Uint8List, etc.)

✅ Ready For #

  • Use in any Flutter project
  • Easy integration with dependency injection systems
  • Cross-platform apps: Android, iOS, Web (partial)
0
likes
130
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A modular and customizable image picker adapter for Flutter. Supports image cropping, compression, source selection, and Cubit-based state management. Built with SOLID principles and clean architecture.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bloc, equatable, flutter, flutter_bloc, flutter_image_compress, get_it_di_global_variable, image, image_cropper, image_picker, path, permission_handler, provider, reusable_image_widget

More

Packages that depend on image_picker_adapter