Instalei o flutter no meu computador e iniciei meu curso, segui todos os procedimentos da primeira aula, porém quando tento executar o comando: flutter --launch , é informado que esse comando "launch" não existe, e realmente , quando faço o comando flutter -h ele não está disponível. Será que preciso instalar mais algum plugin para que apareça o comando launch?
abaixo o comando:
flutter emulators --launch
Missing argument for "launch".
Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and options.
Quando verifico no help do emulators aparece o comando launch:
flutter emulators -h
List, launch and create emulators.
Global options:
-h, --help Print this usage information.
-v, --verbose Noisy logging, including all shell commands executed.
If used with --help, shows hidden options.
-d, --device-id Target device id or name (prefixes allowed).
--version Reports the version of this tool.
--suppress-analytics Suppress analytics reporting when this command runs.
--packages Path to your ".packages" file.
(required, since the current directory does not contain a ".packages" file)
Usage: flutter emulators [arguments]
-h, --help Print this usage information.
--launch The full or partial ID of the emulator to launch.
--create Creates a new Android emulator based on a Pixel device.
--name Used with flag --create. Specifies a name for the emulator being created.
Run "flutter help" to see global options.