Search code examples
androidandroid-emulatordartflutter

Flutter: iOS Emulator for Windows


I have started to learn flutter by Google and installed it in android studio. I have an emulator for Android but I don't know how to run this in iOS.

Is it possible to run an iOS emulator in windows? If yes, how can I do that?


Solution

  • If the purpose is only testing how the UI works on iOS, then Flutter Inspector will do the job.

    Click on the Flutter Inspector from the right pane and click on 'Toggle Platform Mode' from the top menu of the newly opened box. This will change the UI of the running app on your device.