Let's grow together.
1. To run iOS Simulator required to install Xcode on your macOS.
2. Download Xcode from AppStore.
3. To run Android Emulator required to install Android Studio.
4. Create Device in Android Studio. Goto:
Configure - AVD Manager - Create Virtual Device
Select device
Click on Download OS you want in virtual device and press next and finish.
5. Open VS Code after completed installation of Xcode and Android Studio
Press Shortcut Key in VS Code to open Command Palette:
Command (CMD) + Shift + P (macOS)
Ctrl + Shift + P (Windows OS)
6. Search Flutter:launch emulator
This show you launch emulator list.
7. Goto run in menu bar Option:
1. Start debugging
2. Run without debugging
For now we are going to select run without debugging and run iOS Simulator.
8. Another way to run.
9. You can directly open Android folder of flutter in Android Studio and Run Emulator.
10. Similar you can run flutter project in iOS using Xcode (Double click on .xcworkspace if .xcworkspace is not available in iOS you can run with .xcodeproj)
Select Device and hit Play.
Thank you for watching :)
If you have any query comment below.