cached_network_image_web_ce
Web implementation of CachedNetworkImage (Community Edition)
2.1.2
50K downloads/mo
#1463 most downloaded on pub.dev
Erengun/flutter_cached_network_image_ce
What this package is like to depend on
Last release 26 days ago
29 Jul 2026
Ships fairly regularly
a new release about every 3 months
Most releases are documented
notes for 4 of 5 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
5 releases · first in 2026
5 releases in the last 12 months
see the full history below
Release timeline
5 releases · Feb 2026 to Jul 2026Releases
latest 5-
2.1.229 Jul 2026Release notes
Open source →- Fix: Codec decode failures now route to
unsupportedImageBuilderinstead oferrorBuilder, matching the IO loader's behaviour. Previously only pre-detected formats (SVG) were routed this way.
- Fix: Codec decode failures now route to
-
2.1.115 Mar 2026Release notes
Open source →- Fix: Enforce that HTTP headers can only be used with
HttpGet. (PR #16)HtmlImageloader now throws anArgumentError(instead of an assertion) when headers are supplied, providing a clear actionable message at runtime.ImageLoaderautomatically switches toHttpGetwhen headers are provided, matching documented behaviour.- Improved error messages across both loaders to guide users toward the correct loader type.
- Added
@TestOn('browser')annotation to the web test file so tests are skipped gracefully on non-browser platforms. (PR #16)
- Fix: Enforce that HTTP headers can only be used with
-
2.1.023 Feb 2026Release notes
Open source →- Feature: Added SVG format detection in
HttpGetloader path - Updated to use
ImageFormatDetectorfrom platform interface 5.1.0 - Throws
UnsupportedImageFormatExceptionfor SVG bytes before decoding
- Feature: Added SVG format detection in
-
2.0.119 Feb 2026Release notes
Open source →- Renamed package to
cached_network_image_web_ce - Updated dependency to
cached_network_image_platform_interface_ce - Added
repositoryfield for pub.dev source code display
- Renamed package to
-
2.0.019 Feb 2026Nothing published for this version