url_image 1.2.0
url_image: ^1.2.0 copied to clipboard
The widget that displays remote image loaded from the network by URL and supports persistent cache.
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 #
1.0.0 #
- Updated file storage interface.
- Handling exceptions of caching images to the file storage.
0.0.1 #
- Initial release.