gesture_pattern_detector 0.0.4 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.
0.0.4 #
- Add behavior, supportedDevices, excludeFromSemantics, trackpadScrollCausesScale, dragStartBehavior, trackpadScrollToScaleFactor
0.0.3 #
- Reinitialize detector if pattern changes
- Add toString, equality and hashCode to GesturePattern
- Within recognizer use stopwatch instead of comparing time stamp
0.0.2 #
- Update License, Description
0.0.1 #
- Initial release