reusable_image_widget 0.0.2+1
reusable_image_widget: ^0.0.2+1 copied to clipboard
A reusable Flutter widget library for picking, cropping, compressing, and displaying images from gallery, camera, or network with full-screen preview support.
Changelog #
All notable changes to this project will be documented in this file.
0.0.2+1 #
- replaced image picker Cubit in view model .
0.0.2 #
- Error Fixed
comprass_image.dart
file.
0.0.1 #
- Added
AvatarImagePicker
widget for selecting and cropping images. - Added
FullScreenImageViewer
widget for displaying images in full screen. - Supports picking images from device gallery or camera.
- Supports cropping images before selecting.
- Provides callbacks to access selected images.