tap_canvas 0.9.5 copy "tap_canvas: ^0.9.5" to clipboard
tap_canvas: ^0.9.5 copied to clipboard

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.5

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
130
pub points
85%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_lints

More

Packages that depend on tap_canvas