flet emulators CLI

Manages emulators for Flet applications.

Usage

flet emulators [-h] [-v] [--cold] [--no-rich-output] [--yes] [--skip-flutter-doctor] [{start,create,delete}] [emulator]

Positional Arguments

  • **action**: The operation to perform.
  • * Possible values: start, create, delete. * Required: No.
  • **emulator**: The ID or name of the emulator.
  • * Required: No (but required for start, create, delete actions).

    Options

  • **--cold**: Perform a cold boot when starting the emulator.
  • **--help**, **-h**: Display the help message and exit.
  • **--no-rich-output**: Disable rich text output; use plain text. Useful on Windows.
  • **--skip-flutter-doctor**: Skip running flutter doctor if builds fail.
  • **--verbose**, **-v**: Enable verbose output. Use -v for standard verbosity, -vv for more detail.
  • **--yes**: Automatically answer "yes" to all prompts (e.g., for dependency installation).