flutter_connect
Connect to a running Flutter app's Dart VM Service to begin debugging; if the URI was missed, relaunch the app to capture a fresh connection.
Instructions
Connect to a running Flutter app's Dart VM Service. Call this first.
The VM Service URI is printed to logcat only at launch, and only by debug and profile builds. If it has already scrolled out of the buffer, pass relaunch=True to restart the app and capture it.
Args: package: application id, needed for relaunch. relaunch: force-stop and restart the app to capture a fresh URI. serial: device serial when several are attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | ||
| package | No | ||
| relaunch | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |