flutter_hot_reload
Apply Dart source edits to a running Flutter app. Use full restart for changes to initState, global state, or main().
Instructions
Apply Dart source edits to the running app.
Requires flutter_attach first. Use full_restart after changing initState, global state or main(), which a plain reload cannot pick up.
Args: full_restart: hot restart instead of hot reload. package, serial: as elsewhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | ||
| package | No | ||
| full_restart | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |