zoom_hover_pinch_image 1.0.3 zoom_hover_pinch_image: ^1.0.3 copied to clipboard
An image zoom package with easy integration, pinch-to-zoom interaction, and customizable border radius.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zoom_hover_pinch_image
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zoom_hover_pinch_image: ^1.0.3
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:zoom_hover_pinch_image/zoom_hover_pinch_image.dart';