flutter_source_read
Read source files or browse directory structure from the flutter_reactive_ble package, with optional line-range pagination up to 500 lines per request for targeted code inspection.
Instructions
Read a file or directory from the vendored flutter_reactive_ble federation source. Call with no path for the package tree and version manifest; a directory path lists it; a file path returns numbered source (paged, 500 lines max per call).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path relative to the source root (e.g., 'flutter_reactive_ble/lib/src/reactive_ble.dart'). Omit for the overview. | |
| end_line | No | Last line to return | |
| start_line | No | First line to return (1-based) |