flutter_image_cache_placeholder 1.0.0
flutter_image_cache_placeholder: ^1.0.0 copied to clipboard
A high-performance progressive image loading widget for Flutter that combines CachedNetworkImage, BlurHash, dominant colors, and smooth fade transitions.
1.0.0 #
- Initial release of
flutter_image_cache_placeholder. - Support progressive multi-stage image loading (Dominant Color -> BlurHash -> Low-Res -> High-Res).
- Built-in network caching using
cached_network_image. - Seamless asset and memory byte array fallback loaders.
- Customizable fading transitions and layout configurations.