all_image_handler 0.1.0 copy "all_image_handler: ^0.1.0" to clipboard
all_image_handler: ^0.1.0 copied to clipboard

The ultimate Flutter image handler. Smart auto-detection (Network, Asset, File, Memory, SVG) with built-in caching, BlurHash, theme-aware shimmer, interactivity (zoom/tap), and premium styling.

Changelog #

0.1.0 #

  • Breaking Change: Renamed AllImage to AllImageHandler.
  • Breaking Change: Renamed path parameter to url.
  • New Feature: Global configuration support via AllImageConfig.
  • New Feature: Built-in interactivity with onTap, onLongPress, and enableInteractiveViewer.
  • New Feature: Cascading properties (Widget -> Local Options -> Global Config).
  • New Feature: Added size property as a shortcut for width and height.
  • New Feature: Direct support for border, boxShadow, margin, padding, opacity, and colorFilter.
  • New Feature: Theme-aware shimmer (Light/Dark mode support).
  • New Feature: Added AllImageHandler.network(), AllImageHandler.asset(), and AllImageHandler.file() factory constructors.
  • Improvement: Complete rewrite of documentation and examples.
  • Improvement: Upgraded all dependencies to latest versions.

0.0.2 #

  • Initial release with basic image handling features.
4
likes
150
points
67
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The ultimate Flutter image handler. Smart auto-detection (Network, Asset, File, Memory, SVG) with built-in caching, BlurHash, theme-aware shimmer, interactivity (zoom/tap), and premium styling.

Repository (GitHub)
View/report issues

Topics

#flutter #image #svg #cache #network-image

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_blurhash, flutter_svg, shimmer

More

Packages that depend on all_image_handler