TapRecord class
TouchAutoCapture — Extracts a human-readable label from a Flutter touch event target by walking up the element tree.
Used by AIAgent to auto-track every tap in the app without any developer code changes (zero-config analytics).
Strategy:
- Read the touched element's semanticsLabel (best signal).
- Use the element's label text from tree walking.
- Fallback to the widget's key or type.
- Last resort: "Unknown Element". Tap record for rage click detection.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited