single_touch_gesture 1.0.0
single_touch_gesture: ^1.0.0 copied to clipboard
A Flutter package that prevents multiple gesture recognition, allowing only one touch at a time.
1.0.0 Initial Release #
- Added
SingleTouchGestureWidgetfor restricting multi-touch interactions. - Implemented
SingleTouchRecognizerto track only one active pointer at a time. - Provided an example usage in the
/examplefolder. - Added tests to verify gesture behavior.