custom_cached_image 1.0.0
custom_cached_image: ^1.0.0 copied to clipboard
A Flutter package for displaying cached network images with a shimmer loading effect.
Custom Cached Image with Shimmer #
A Flutter package that provides a custom cached network image widget with a shimmer loading effect.
It uses cached_network_image
for efficient image caching and shimmer
for a smooth loading animation.
Features #
✅ Caches network images for better performance.
✅ Displays a shimmer effect while loading.
✅ Supports customizable width, height, border radius, and box fit.
✅ Shows a default placeholder image if the network image fails to load.