flutter_attach
Attach the Flutter tool to a running app to enable hot reload. Required once per session before applying source edits via hot reload.
Instructions
Attach the Flutter tool to the running app so hot reload becomes possible.
Needed once per session before flutter_hot_reload: the VM Service on its own has no Dart compiler, so source edits cannot be applied without this.
Args: project_dir: the Flutter project root, the directory holding pubspec.yaml. serial: device serial when several are attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | ||
| project_dir | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |