gesture_pattern_detector 0.0.4 copy "gesture_pattern_detector: ^0.0.4" to clipboard
gesture_pattern_detector: ^0.0.4 copied to clipboard

A Flutter package that detects custom gesture patterns (taps, swipes, long presses) to trigger actions, perfect for hidden features, dev tools, and unique interactions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gesture_pattern_detector
copied to clipboard

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

dependencies:
  gesture_pattern_detector: ^0.0.4
copied to clipboard

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:gesture_pattern_detector/gesture_pattern_detector.dart';
copied to clipboard
11
likes
160
points
23
downloads

Publisher

verified publisheramaandev.com

Weekly Downloads

2024.07.05 - 2025.01.17

A Flutter package that detects custom gesture patterns (taps, swipes, long presses) to trigger actions, perfect for hidden features, dev tools, and unique interactions.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, flutter

More

Packages that depend on gesture_pattern_detector