app_image_widgets
A Flutter image widget supporting network, asset, file, and memory images with caching, placeholders, zoom, and error handling.
1.0.1
47 downloads/mo
#4897 most downloaded on pub.dev
codereyamin/app_image_widgets
What this package is like to depend on
Last release 2 months ago
24 Jun 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Jun 2026 to Jun 2026Releases
latest 2-
1.0.124 Jun 2026Release notes
Open source →- Removed AVIF support and the
flutter_avifdependency to resolve JDK compatibility conflicts.
- Removed AVIF support and the
-
1.0.024 Jun 2026Release notes
Open source →Initial release.
AppImage: one widget for network / asset / file / memory images.- Formats: PNG, JPEG/JPG, WebP, GIF, BMP (auto-detected).
- Network: caching (7 days / 300 files), automatic retry with cache eviction, relative-URL resolution against a configurable base URL, auth headers, optional server-side resize query params.
- Loaders: shimmer, circular, skeleton, none, custom.
- Placeholders: person, image (icon or asset), none, custom; full
errorWidgetoverride. - Shapes: circle, rounded, rectangle, with optional border.
- Full-screen viewer with pinch zoom and tap-point-centered double-tap zoom.
- Global defaults via
AppImageConfig. - Unit, widget and integration tests included.