custom_cached_image 1.4.0
custom_cached_image: ^1.4.0 copied to clipboard
A Flutter package for displaying cached network images with a shimmer loading effect.
1.4.0 2025-Aug-01 #
Updated #
CustomCachedImage
now conditionally falls back to:errorWidget
if provided.- Initials-based widget when
isProfile
istrue
. - Default placeholder image otherwise.
Added #
name
parameter for generating initials fallback.isProfile
flag to distinguish profile images from others._InitialsFallback
widget with colored background._NotFoundWidget
for default placeholder image on failure._ShimmerEffect
as the default loading placeholder.