url_image 1.3.0
url_image: ^1.3.0 copied to clipboard
The widget that displays remote image loaded from the network by URL and supports persistent cache.
1.3.0 #
- Removed LayoutBuilder dependency to enable correct rendering within IntrinsicHeight and IntrinsicWidth widgets.
- Raised SDK constraint to 3.8.0 to leverage newer language features.
1.2.0 #
- The image
fitis nullable now and its value isnullby default. - Fixed the size of vector images with
BoxFit.none. - Added the
animationFitproperty. It can be helpful when placing the image in a Column or a Row with CrossAxisAlignment.stretch to properly align animated images with different sizes. - The
inkproperty is nowfalseby default. - Reduced image blinking on hot initialization (from cache).
- Rasterized vector images are now cached in the separate VectorImageCache instead of the common
PaintingBinding.instance.imageCacheto eliminate image eviction due to cache overflow and to reduce blinking of vector images during size animation in the Hero widget.
1.1.0 #
- Image layout and alignment have been fixed. UrlImage now has its own size based on the source image size when placed in an unconstrained area like Column and Row.
- [ImageCacheItem] doesn't have the image size anymore since it depends on the current BuildContext parameters.
1.0.0 #
- Updated file storage interface.
- Handling exceptions of caching images to the file storage.
0.0.1 #
- Initial release.