flutter_locate
Locate any on-screen widget by text or type, returning tap coordinates and the exact source line that built it.
Instructions
Find something on screen and report both how to tap it and where it lives in code.
This is the bridge: tap coordinates come from Android's semantics tree, while the widget type and source location come from the Dart VM Service. Use it to go from "this looks wrong on screen" to the exact line that built it.
Args: text: visible text, semantics label or widget type to look for. package, serial: as elsewhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| serial | No | ||
| package | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |