tap_canvas 0.9.5
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_canvasThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tap_canvas: ^0.9.5Alternatively, 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';