/Run_devices_flutter

This repo is just a reminder for me on how to run a flutter project into emulators using command

Run Flutter app into emulators using command

1. In vscode open terminal.

2. Choose bash not zsh.

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 👇

Screenshot 2024-07-04 at 11 03 35

7. the make a new command: (flutter run -d <Your_device_id>)

Screenshot 2024-07-04 at 11 05 20

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

Screenshot 2024-07-04 at 11 12 01