simple_gesture_detector 0.1.2
simple_gesture_detector: ^0.1.2 copied to clipboard
Easy to use, reliable and lightweight gesture detector for Flutter apps. Exposes simple API to react to basic gestures.
Simple Gesture Detector #
Easy to use, reliable and lightweight gesture detector for Flutter apps. Exposes simple API to react to basic gestures.
Features #
- Detect swipe gesture and expose simple callbacks:
onHorizontalSwipe
,onVerticalSwipe
. Both of them provideSwipeDirection
parameter - Configure swipe gesture recognition (offset thresholds, detection behavior)
Installation #
Add to pubspec.yaml:
dependencies:
simple_gesture_detector: ^0.1.2