imago 1.0.0
imago: ^1.0.0 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.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