inspector_get_children_summary_tree
Retrieve the summary tree of widget children for debugging Flutter apps, using the specified widget ID. Connects to the default Flutter debug port or a custom port for detailed analysis.
Instructions
RPC: Get the children summary tree for a widget (ext.flutter.inspector.getChildrenSummaryTree). Connects to the default Flutter debug port (8181) unless specified otherwise.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectId | Yes | ID of the widget to get children summary tree for | |
| port | No | Optional: Custom port number if not using default Flutter debug port 8181 |