mno_zoom_widget 0.1.0 copy "mno_zoom_widget: ^0.1.0" to clipboard
mno_zoom_widget: ^0.1.0 copied to clipboard

Widget to zoom on a canvas of modifiable size that a child widget can hold. Also can be embedded in a PageView and detect which widget should have priority (PageView or Zoom)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mno_zoom_widget

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  mno_zoom_widget: ^0.1.0

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:mno_zoom_widget/MultiTouchGestureRecognizer.dart';
import 'package:mno_zoom_widget/zoom_gesture_detector.dart';
import 'package:mno_zoom_widget/zoom_hit_corners.dart';
import 'package:mno_zoom_widget/zoom_widget.dart';
4
likes
110
pub points
57%
popularity

Publisher

verified publishermantano.com

Widget to zoom on a canvas of modifiable size that a child widget can hold. Also can be embedded in a PageView and detect which widget should have priority (PageView or Zoom)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on mno_zoom_widget