core/commands/launch/launch_models library

Classes

LaunchError
Generic / unrecognised error.
LaunchInvalidLauncherPid
The launcher PID could not be parsed from bash output.
LaunchLauncherFailed
The nohup launcher process failed to start (non-zero exit).
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, String? project, String? target, bool verbose})
Input parameters for launchApp.