auto_image
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
ahmedsabry10/auto_image
What this package is like to depend on
Last release 4 months ago
19 Apr 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Mar 2026 to Apr 2026Releases
latest 4-
0.1.019 Apr 2026Release notes
Open source →- 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.
- Breaking: Renamed
-
0.0.718 Mar 2026Release notes
Open source →- Fix README screenshots rendering on pub.dev using raw GitHub image URLs.
-
0.0.618 Mar 2026Release notes
Open source →- Add pub.dev screenshot gallery metadata.
- Render screenshots reliably in README.
-
0.0.518 Mar 2026Release notes
Open source →- Add
loadingBuilderfor fully custom loading UI (optional progress for network images). - Improve docs and screenshots for pub.dev.
- Add