any_image_view 1.2.0
any_image_view: ^1.2.0 copied to clipboard
A powerful and flexible Flutter image viewer that supports PNG, JPG, JPEG, WebP, GIF, TIFF, RAW, SVG, Lottie (JSON/ZIP), XFile, and cached network images — all in one seamless solution.
1.2.0 – 🚀 Big Update! #
- 🗂️ Full XFile Support: Seamless integration with image picker
- 🆕 New:
xFileparameter added toAnyImageViewconstructor - 🔗 Dependency: Added
cross_filefor XFile functionality - 🕵️♂️ Detection: Improved file detection for absolute paths
- 🛡️ Error Handling: Smarter fallback to error placeholder for file-based images
- ⚠️ Safety: Assertion prevents using both
imagePathandxFiletogether - 📚 Docs: Updated with XFile usage examples
1.1.2 – 🐞 Patch Release #
- 🐛 Bug Fixes: Minor fixes for stability
- 📖 Docs: Small documentation improvements
1.1.1 – 🐞 Patch Release #
- 🐛 Bug Fixes: Addressed minor issues
- 🔄 Dependencies: Updated for compatibility
1.1.0 – 🎉 Initial Release #
- 🛠️ First launch
- 🐞 Fixes: Minor bug fixes
- 🧹 UI: Elevation removed for cleaner look
- 📖 Docs: Updated documentation
- 🔄 Dependencies: Fixed and updated
1.0.0 – 🚦 Stable Release #
- 🏁 Stable: Marked as stable for production use
- 🐞 Fixes: General improvements
0.1.0 – 🧪 Beta Release #
- 🧪 Beta: Added more image formats support
- 🐞 Fixes: Minor bug fixes
0.0.2 – 🐣 Early Patch #
- 🐛 Bug Fixes: Addressed initial issues
0.0.1 – 🏗️ Project Started #
- ✨ Prototype: Initial widget implementation
- 🖼️ Features: Basic image display support
- 📦 Setup: Project scaffolding and configuration