all_image_handler 0.1.0
all_image_handler: ^0.1.0 copied to clipboard
The ultimate Flutter image handler. Smart auto-detection (Network, Asset, File, Memory, SVG) with built-in caching, BlurHash, theme-aware shimmer, interactivity (zoom/tap), and premium styling.
Changelog #
0.1.0 #
- Breaking Change: Renamed
AllImagetoAllImageHandler. - Breaking Change: Renamed
pathparameter tourl. - New Feature: Global configuration support via
AllImageConfig. - New Feature: Built-in interactivity with
onTap,onLongPress, andenableInteractiveViewer. - New Feature: Cascading properties (Widget -> Local Options -> Global Config).
- New Feature: Added
sizeproperty as a shortcut forwidthandheight. - New Feature: Direct support for
border,boxShadow,margin,padding,opacity, andcolorFilter. - New Feature: Theme-aware shimmer (Light/Dark mode support).
- New Feature: Added
AllImageHandler.network(),AllImageHandler.asset(), andAllImageHandler.file()factory constructors. - Improvement: Complete rewrite of documentation and examples.
- Improvement: Upgraded all dependencies to latest versions.
0.0.2 #
- Initial release with basic image handling features.