You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository contains an application uses the standard Flutter's 🙌 GestureDetector component to translate down, up and move events to tap, longPress move (start, continue and final) and pause commands. The singleton object GestureManager has a built-in Tracker module, implements hierarchical state machine.
The repository contains an application clone to the application https://github.com/mk590901/Touch-Tracker with one significant change: the entire runtime QHsm framework is replaced by the TrackHelper class, which contains the threaded code replaces of the state machine.