app_image_widgets 1.0.1 copy "app_image_widgets: ^1.0.1" to clipboard
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_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
150
points
172
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter image widget supporting network, asset, file, and memory images with caching, placeholders, zoom, and 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