slim_cached_network_image 0.0.6
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 decodedwhen loading multiple images concurrently on Flutter web. The fix ensures properImageProviderlifecycle management by usingresolve()instead of directly callingloadImage(), 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