Pinch Zooming

Pinch Zooming is a dart/flutter library for zooming any widget and overlay it on top of your screen.

Installation

  1. Add the latest version of package to your pubspec.yaml.
dependencies:
  pinch_zooming: ^1.0.0
  1. Import the package and use it in your Flutter App.
import 'package:pinch_zooming/pinch_zooming.dart';

Usage

import 'package:pinch_zooming/pinch_zooming.dart';

PinchZooming(
child: YourWidget(),
),

// And You're ready !

Example Image

alt text

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Libraries

pinch_zooming