Connect to Flutter App [Pro]
flutter_connectDiscover and connect to a running Flutter app on a mobile device via the Dart VM Service Protocol. Requires the app in debug or profile mode. Returns connection details including isolate ID and app name. Use before other flutter_* tools.
Instructions
[Pro] Discover and connect to a running Flutter app on the device via the Dart VM Service Protocol. The app must be running in debug or profile mode. Returns connection details including the isolate ID and app name. Call this before using other flutter_* tools. Optionally pass vm_service_url from 'flutter run' output if auto-discovery fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Device serial ID | |
| vm_service_url | No | Optional: VM service URL from 'flutter run' output (e.g., http://127.0.0.1:PORT/TOKEN=/). Pass this if auto-discovery fails (logcat rotated). |