inspector_get_root_widget_summary_tree
Retrieve the root widget summary tree for a Flutter app via a specified port to analyze and debug layout, navigation, and widget hierarchy issues.
Instructions
RPC: Get the root widget summary tree (ext.flutter.inspector.getRootWidgetSummaryTree)
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"
}