imago 1.0.3
imago: ^1.0.3 copied to clipboard
A powerful and flexible image widget for Flutter applications with support for network images, local assets, and file images.
Changelog #
1.0.3 #
1.0.2 #
Fixed #
- Fixed placeholder icon centering issue in default placeholder widget
- Improved placeholder widget styling with consistent border radius
1.0.0 #
Added #
- Initial release of Imago - A flexible image widget for Flutter
- Support for network, local, and file images with SVG support
- Built-in caching and error handling
- Icon-based default placeholder (Icons.image_outlined)
- Asset existence checking methods
- Factory constructors:
Imago.localSvg()
,Imago.localImage()
,Imago.file()
,Imago.of()
- Custom placeholders, border radius, color blending, and progress indicators