auto_image 0.1.0
auto_image: ^0.1.0 copied to clipboard
A smart Flutter image widget that handles network, asset, file, base64, and SVG images with a unified API, caching, shimmer, BlurHash, and more.
0.1.0 #
- Breaking: Renamed
svgColortoimageColorso the API clearly applies to all image kinds, not only SVG. - Apply
imageColortint (BlendMode.srcIn) to raster images (network, asset, file, base64) as well as SVG; network placeholders stay untinted.
0.0.6 #
- Add pub.dev screenshot gallery metadata.
- Render screenshots reliably in README.
0.0.7 #
- Fix README screenshots rendering on pub.dev using raw GitHub image URLs.
0.0.5 #
- Add
loadingBuilderfor fully custom loading UI (optional progress for network images). - Improve docs and screenshots for pub.dev.
0.0.4 #
- Initial release.
