url_image 1.2.0 copy "url_image: ^1.2.0" to clipboard
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 fit is nullable now and its value is null by default.
  • Fixed the size of vector images with BoxFit.none.
  • Added the animationFit property. 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 ink property is now false by 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.imageCache to 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.
4
likes
150
points
11
downloads

Publisher

verified publisherrightbrain.pro

Weekly Downloads

The widget that displays remote image loaded from the network by URL and supports persistent cache.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, logging

More

Packages that depend on url_image