abhi_zoom 0.0.4
abhi_zoom: ^0.0.4 copied to clipboard
A lightweight Flutter widget that adds zoom and pan functionality to any child widget, ideal for images, maps, or custom interactive UIs.
abhi_zoom #
A simple Flutter widget that enables zoom and pan functionality for any widget — especially useful for images. Just wrap your widget with AbhiZoom and it becomes zoomable using pinch gestures!
✨ Features #
- Zoom and pan any widget (not just images)
- Smooth pinch-to-zoom and drag gestures
- Lightweight and dependency-free
- Fully customizable
minScaleandmaxScale
🧩 Getting Started #
Add the package to your pubspec.yaml:
dependencies:
abhi_zoom: ^0.0.1 # Use the latest version from pub.dev