image_picker_adapter 0.0.6
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 #
0.0.4 #
Aug 22, 2025 #
✨ Updated #
- Updated
get_it_di_global_variableto 0.0.6 - Updated
reusable_image_widgetto ^0.1.5 - Updated
providerto ^6.1.5+1 - Updated
image_pickerto ^1.2.0 - Updated Dart sdk to 3.9.0
- Removed
flutter_lintsDependency
✨ Removed #
- Removed reusable_bottom_sheet dependency
- Removed cross_file dependency
0.0.1 #
📅 Jul 14, 2025 #
✨ Added #
- Initial release of
image_picker_adapterpackage - Support for image picking from camera or gallery
- Optional image cropping using
image_cropper - Optional image compression using
flutter_image_compress - Customizable
AppImagePickerandAvatarImagePickerwidgets - Bloc/Cubit state management integration
- Modular, testable services: picker, cropper, compressor
- Source selector UI via dialog, bottom sheet, or custom widget
XFileParserExtensionfor 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)