Screenshot Flutter Widget [Pro]
flutter_screenshot_widgetCapture a PNG screenshot of a Flutter widget by its valueId, rendered in isolation at specified dimensions.
Instructions
[Pro] Take a screenshot of a specific Flutter widget by its valueId. Returns the widget rendered in isolation as a PNG image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value_id | Yes | The valueId of the widget to screenshot | |
| width | No | Screenshot width in pixels | |
| height | No | Screenshot height in pixels |