Last updated:
0 purchases
pinch zooming
Pinch Zooming #
Pinch Zooming is a dart/flutter library for zooming any widget and overlay it on top of your screen.
Installation #
Add the latest version of package to your pubspec.yaml.
dependencies:
pinch_zooming: ^1.0.0
copied to clipboard
Import the package and use it in your Flutter App.
import 'package:pinch_zooming/pinch_zooming.dart';
copied to clipboard
Usage #
import 'package:pinch_zooming/pinch_zooming.dart';
PinchZooming(
child: YourWidget(),
),
// And You're ready !
copied to clipboard
Example Image #
Contributing #
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.