custom_cached_image 1.4.0 copy "custom_cached_image: ^1.4.0" to clipboard
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 is true.
    • 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.

1.1.0 - 2025-05-12 #

Added #

  • Added errorWidget parameter to CustomCachedImage to allow custom fallback widgets (e.g., asset image, SVG, or any widget) when the image fails to load.

0.0.1 #

Initial Release #

  • Basic CustomCachedImage widget with cached network image loading and shimmer placeholder.
31
likes
150
points
63
downloads

Publisher

verified publisherjeuxtesting.com

Weekly Downloads

A Flutter package for displaying cached network images with a shimmer loading effect.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, shimmer

More

Packages that depend on custom_cached_image