reusable_image_widget 0.0.9
reusable_image_widget: ^0.0.9 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 here.
🕘 Versions #
🔥 Latest Summary #
0.0.9 – 2025-07-12 #
♻️ Refactored #
- Removed all image_picker-related logic from the package.
- Replaced any direct dependency on
image_pickerwithXFile? pickedFilefromcross_file, ensuring full cross-platform compatibility.
✨ Added #
pickedFileproperty toAppImageViewerandImageBuilderto support dynamic rendering of images picked outside this package.- Updated
AppImageResolverto cleanly support rendering images from:XFileon Web and Mobile- Network (via
CachedNetworkImage) - Asset images
- More flexible handling of UI display scenarios.
📦 Dependencies #
- Added:
cross_filefor platform-agnosticXFilesupport. - Retained:
cached_network_imagefor optimized network image loading.