app_image_widgets 1.0.0 copy "app_image_widgets: ^1.0.0" to clipboard
app_image_widgets: ^1.0.0 copied to clipboard

All-in-one image widget for Flutter. One widget for network, asset, file and memory images with WebP / PNG / JPEG support, smart caching, retries, shimmer / circular / skeleton loaders, person & custo [...]

1.0.1 #

  • Removed AVIF support and the flutter_avif dependency 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 errorWidget override.
  • 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.
4
likes
140
points
172
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

All-in-one image widget for Flutter. One widget for network, asset, file and memory images with WebP / PNG / JPEG support, smart caching, retries, shimmer / circular / skeleton loaders, person & custom placeholders, circle and rounded shapes, full-screen pinch & double-tap zoom, and robust error handling.

Repository (GitHub)
View/report issues

Topics

#image #cached-image #shimmer #placeholder

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_cache_manager

More

Packages that depend on app_image_widgets