pinch_zooming

Last updated:

0 purchases

pinch_zooming Image
pinch_zooming Images
Add to Cart

Description:

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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.