Run Flutter app into emulators using command
1. In vscode open terminal.
3. Type: (flutter devices) on the terminal.
4. Later it will check the available devices in your computer.
5. If done, Copy the id of the devices 👇
7. the make a new command: (flutter run -d <Your_device_id>)
8. And now you can run and see your project in the emulator.🥳🔥
Note
If your target device doesnt appear in the right bottom of the vscode this can be useful for you