auto_image 0.1.0 copy "auto_image: ^0.1.0" to clipboard
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 svgColor to imageColor so the API clearly applies to all image kinds, not only SVG.
  • Apply imageColor tint (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 loadingBuilder for fully custom loading UI (optional progress for network images).
  • Improve docs and screenshots for pub.dev.

0.0.4 #

  • Initial release.
2
likes
150
points
121
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A smart Flutter image widget that handles network, asset, file, base64, and SVG images with a unified API, caching, shimmer, BlurHash, and more.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

blurhash_dart, cached_network_image, flutter, flutter_cache_manager, flutter_svg, http, image, path, shimmer

More

Packages that depend on auto_image