flutter_zoom_image library
flutter_zoom_image — Flutter interactive image zoom package.
One import, two widgets:
import 'package:flutter_zoom_image/flutter_zoom_image.dart';
// Full image zoom (scroll, pinch, pan, double-tap)
ZoomImage(image: NetworkImage('https://...'))
// Draggable magnifier tile
TileZoom(image: NetworkImage('https://...'))
Classes
- TileZoom
- A widget that displays an image with a draggable magnifier tile.
- ZoomImage
- An interactive image zoom widget.
- ZoomImageController
- Controls zoom level and pan offset for a ZoomImage widget.
- ZoomImageControlsStyle
- Configures the appearance and position of the on-screen zoom controls (+, −, reset) shown inside a ZoomImage.
- ZoomImageDecoration
- Visual decoration applied to the ZoomImage container.