dart_io_get_open_files
Retrieve a list of currently open files in a running Flutter app to analyze and debug file handling issues during development.
Instructions
RPC: Get list of currently open files in the Flutter app
Input Schema
Name | Required | Description | Default |
---|---|---|---|
port | No | Port number where the Flutter app is running (defaults to 8181) |
Input Schema (JSON Schema)
{
"properties": {
"port": {
"description": "Port number where the Flutter app is running (defaults to 8181)",
"type": "number"
}
},
"required": [],
"type": "object"
}