single_touch_gesture 1.0.1 copy "single_touch_gesture: ^1.0.1" to clipboard
single_touch_gesture: ^1.0.1 copied to clipboard

A Flutter package that prevents multiple gesture recognition, allowing only one touch at a time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add single_touch_gesture

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

dependencies:
  single_touch_gesture: ^1.0.1

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:single_touch_gesture/single_touch_gesture.dart';
4
likes
160
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that prevents multiple gesture recognition, allowing only one touch at a time.

Repository (GitHub)
View/report issues

Topics

#single #touch #gestures #multiple #prevention

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on single_touch_gesture