app_image_widgets 1.0.1
app_image_widgets: ^1.0.1 copied to clipboard
A Flutter image widget supporting network, asset, file, and memory images with caching, placeholders, zoom, and error handling.
1.0.1 #
- Removed AVIF support and the
flutter_avifdependency to resolve JDK compatibility conflicts.
1.0.0 #
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.