Get Flutter Widget Details [Pro]
flutter_get_widget_detailsRetrieve properties, children, render bounds, and source location for a Flutter widget using its valueId from flutter_get_widget_tree. Specify subtree depth to control detail level.
Instructions
[Pro] Get detailed information about a specific widget by its valueId (obtained from flutter_get_widget_tree). Returns properties, children, render bounds, and source location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value_id | Yes | The valueId of the widget from the widget tree | |
| subtree_depth | No | How many levels of children to include (default: 2) |