pinch_zooming 1.0.2 copy "pinch_zooming: ^1.0.2" to clipboard
pinch_zooming: ^1.0.2 copied to clipboard

A package helps you to zoom any widget and overlay it over the appbar and navigation bar.

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.

8
likes
130
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A package helps you to zoom any widget and overlay it over the appbar and navigation bar.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pinch_zooming