tap_canvas 0.0.2  tap_canvas: ^0.0.2 copied to clipboard
tap_canvas: ^0.0.2 copied to clipboard
Detect taps outside of the current widget
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.0.2Alternatively, 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';