core/commands/launch/launch_models library

Classes

LaunchError
Generic / unrecognised error.
LaunchInvalidLauncherPid
The controller process PID could not be determined.
LaunchLauncherFailed
The controller process failed to start.
LaunchMissingDevice
No --device was provided.
LaunchProcessDied
The flutter process exited before the VM service URI appeared in the log.
LaunchResult
Result of a launchApp invocation.
LaunchSuccess
App launched successfully. VM service is reachable at vmServiceUri.
LaunchTimeout
The VM service URI did not appear within launchTimeoutSeconds. tailLogLines contains the last 10 lines of the log (may be empty).

Typedefs

LaunchInput = ({String? device, String? flavor, String? flutterSdk, bool interactive, String? project, String? target, bool verbose})
Input parameters for launchApp.