any_image 0.0.1
any_image: ^0.0.1 copied to clipboard
A universal Flutter image widget that renders any source
Changelog #
All notable changes to any_image will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2026-04-22 #
Added #
AnyImagewidget — universal image widget that accepts any source string- Automatic source resolution via
ResolverPipeline PrefixResolver— resolvesassets/,http://, andhttps://prefixesExtensionResolver— resolves.svg,.png,.jpg,.jpeg,.webp,.gifextensionsNetworkRasterRenderer— renders network raster images viacached_network_imageAssetRasterRenderer— renders asset raster images viaImage.assetNetworkSvgRenderer— renders network SVG images viaflutter_svgAssetSvgRenderer— renders asset SVG images viaflutter_svgformatoverride param — allows explicit format override when auto-resolution is insufficientplaceholderanderrorWidgetparams for loading and error states- Full unit test coverage for resolver layer