tap_canvas 0.9.0-nullsafety.0 copy "tap_canvas: ^0.9.0-nullsafety.0" to clipboard
tap_canvas: ^0.9.0-nullsafety.0 copied to clipboard

outdated

Detect taps outside the currently defined widget and provide a callback when taps occur.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tap_canvas

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

dependencies:
  tap_canvas: ^0.9.0-nullsafety.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:tap_canvas/tap_canvas.dart';
14
likes
0
pub points
84%
popularity

Publisher

unverified uploader

Detect taps outside the currently defined widget and provide a callback when taps occur.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on tap_canvas