debug_dump_semantics_tree_inverse
Analyze Flutter app semantics by dumping the semantics tree in inverse hit test order using the Flutter Inspector MCP Server, aiding in identifying UI and accessibility issues.
Instructions
RPC: Dump the semantics tree in inverse hit test order (ext.flutter.debugDumpSemanticsTreeInInverseHitTestOrder)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
port | No | Port number where the Flutter app is running (defaults to 8181) |
Input Schema (JSON Schema)
{
"properties": {
"port": {
"description": "Port number where the Flutter app is running (defaults to 8181)",
"type": "number"
}
},
"required": [],
"type": "object"
}