draggable_image 0.1.5 copy "draggable_image: ^0.1.5" to clipboard
draggable_image: ^0.1.5 copied to clipboard

A smooth pinch-to-zoom & drag image widget that snaps back with overlay for buttery performance.

0.1.5 - 2025-11-03 #

  • ✨ feat: Add customizable BoxFit options with animated transitions
    • New fit parameter for default image fitting (default: BoxFit.contain)
    • New fitDoubleTap parameter for double-tap BoxFit toggle
    • New fitToggleDuration parameter for animation duration (default: 220ms)
    • New fitToggleCurve parameter for animation curve (default: Curves.easeOutCubic)
  • ♻️ refactor: Improve overlay performance with throttled rebuilds
  • πŸ› fix: Memory leak fixes with proper disposal handling
  • πŸ› fix: Improve gesture handling stability and edge cases

0.1.4 - 2025-11-03 #

  • Update dependencies and improve overall performance.
  • Bug fixes and stability improvements.

0.1.3 - 2023-11-03 #

  • feat: Make DraggableImageWidget's border radius customizable (borderRadius).

0.1.0 - 2025-11-03 #

  • Initial release of draggable_image.
  • Pinch-to-zoom & drag with smooth snap-back animation (Overlay-based).
  • Asset & Network images (cached) with skeleton placeholder.
  • Factory constructors: DraggableImage.asset / DraggableImage.network.
1
likes
130
points
158
downloads

Publisher

unverified uploader

Weekly Downloads

A smooth pinch-to-zoom & drag image widget that snaps back with overlay for buttery performance.

Repository (GitHub)
View/report issues

Topics

#image #zoom #gesture #overlay #widget

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_hooks, skeletonizer

More

Packages that depend on draggable_image