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 #
CustomCachedImagenow conditionally falls back to:errorWidgetif provided.- Initials-based widget when
isProfileistrue. - Default placeholder image otherwise.
Added #
nameparameter for generating initials fallback.isProfileflag to distinguish profile images from others._InitialsFallbackwidget with colored background._NotFoundWidgetfor default placeholder image on failure._ShimmerEffectas the default loading placeholder.