debug_dump_focus_tree
Analyze and debug focus tree structures in Flutter apps by dumping focus state details, helping identify navigation and widget focus issues for effective troubleshooting.
Instructions
RPC: Dump the focus tree (ext.flutter.debugDumpFocusTree)
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"
}