slim_cached_network_image 0.0.6 copy "slim_cached_network_image: ^0.0.6" to clipboard
slim_cached_network_image: ^0.0.6 copied to clipboard

Slim cached network image.

Changelog #

All notable changes to the slim_cached_network_image package will be documented in this file.

The format is based on Keep a Changelog,

and this project adheres to Semantic Versioning.

0.0.6 - 2025-11-08 #

Fixed #

  • Fixed EncodingError: The source image cannot be decoded when loading multiple images concurrently on Flutter web. The fix ensures proper ImageProvider lifecycle management by using resolve() instead of directly calling loadImage(), which correctly synchronizes the decode callback with image data during concurrent loads.

0.0.5 - 2025-11-08 #

  • Fix blank images on Flutter web when rendering large grids by delegating image loading directly to CachedNetworkImageProvider.

0.0.4 - 2025-04-29 #

  • Preserve aspect ratio.

0.0.3 - 2025-04-28 #

0.0.2 - 2025-04-28 #

  • Fix null operators

0.0.1 - 2025-04-28 #

Changed #

  • N/A (First release)

Fixed #

  • N/A (First release)