aio_image_view
A battle-hardened image rendering and caching library for Flutter with multi-bucket caching, circuit breakers, and network resilience.
What this package is like to depend on
Last release 2 months ago
16 Jun 2026
Ships fairly regularly
a new release about every 3 months
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
7 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jan 2026 to Jun 2026Releases
latest 4-
1.1.016 Jun 2026Release notes
Open source →What's Changed
- Canonicalize package publishing workflows by @omar-hanafy in #2
- Release 1.1.0: ImageCacheRegistry.providerFor by @omar-hanafy in #3
Full Changelog: aio_image_view-v1.0.1...aio_image_view-v1.1.0
Release notes
Open source →Added
ImageCacheRegistry.providerFor(url, {bucket, cacheKey, isPrivate, maxWidth, maxHeight}): creates anImageProviderbacked by the same bucket cache manager and normalized cache key asImageView, soprecacheImage,DecorationImage, and other provider-based APIs share bytes with widget rendering.
-
1.0.124 May 2026Release notes
Open source →Changed
- Updated package metadata for a patch release with no public API changes.
- Switched analyzer configuration to Flutter lint defaults.
- Updated
flutter_svgto^2.3.0andmocktailto^1.0.5. - Refreshed generated Linux and Windows example plugin metadata for the
jniFFI plugin.
-
1.0.016 Jan 2026Release notes
Open source →What's Changed
- Release 1.0.0 by @omar-hanafy in #1
New Contributors
- @omar-hanafy made their first contribution in #1
Full Changelog: https://github.com/omar-hanafy/aio_image_view/commits/aio_image_view-v1.0.0
Release notes
Open source →Initial Release
Core Features:
- Battle-Hardened Networking: Built for hostile network environments (2G/3G) with exponential backoff, circuit breakers, and captive portal detection.
- Multi-Bucket Caching: Specialized cache strategies for Avatars, Content, Icons, Thumbnails, and Banners to prevent cache thrashing.
- Unified ImageView: A single widget handling Network, Asset, File, and SVG sources with automatic type detection.
- Smart Memory Management: Automatic memory cache sizing based on widget render dimensions to prevent OOM errors.
- Security & Privacy: Built-in support for private, user-scoped cached images (preventing cross-user data leaks).
UX & Performance:
- Shimmer Effects: Integrated highly configurable shimmer placeholders.
- SVG Support: First-class support for SVG rendering from all sources.
- Auto-Retry: Intelligent retry logic with jitter and connectivity probing.
-
1.0.0-dev.116 Jan 2026 pre-releaseNothing published for this version