single_touch_gesture 1.0.1
single_touch_gesture: ^1.0.1 copied to clipboard
A Flutter package that prevents multiple gesture recognition, allowing only one touch at a time.
1.0.1 #
- Updated README.md to include demo GIFs & documentation improved.
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.