simple_gesture_detector 0.1.1
simple_gesture_detector: ^0.1.1 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:
onSwipeUp
,onSwipeDown
,onSwipeLeft
,onSwipeRight
- Configure Swipe Gesture recognition (offset thresholds, moment of detection)
Installation #
Add to pubspec.yaml:
dependencies:
simple_gesture_detector: ^0.1.1