read_logs
Retrieve the last N lines from a Flutter app's stdout and stderr to inspect runtime output, diagnose errors, and verify log messages during live app interactions.
Instructions
Reads the last N lines from the app's stdout/stderr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of lines to read (default 50) |