pointer_tap_simulator 0.0.1
pointer_tap_simulator: ^0.0.1 copied to clipboard
The tap event of the upper component can be penetrated to the lower layer
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pointer_tap_simulatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pointer_tap_simulator: ^0.0.1Alternatively, 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:pointer_tap_simulator/pointer_tap_simulator.dart';