flutter_logs
Retrieve recent logs from a running Flutter app to debug issues. Provide the run_id from a previous flutter_run call to get the latest output, capped at 24KB.
Instructions
Get logs from a running Flutter app. Returns the most recent logs, capped at 24KB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run_id from a previous flutter_run call |