Flutter: iOS Emulator for Windows

旧城冷巷雨未停 提交于 2020-07-31 07:46:13

问题


I have stared to learning flutter by google so I installed it in my android studio and start working. I have emulator for android but I don't know how to run in Ios.

is it possible to run Ios emulator in windows and yes then how can do I do that?


回答1:


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.




回答2:


Most iOS developers use (in a separate window) VMWare WorkStation (a virtual Machine) and install MacOS with XCode.

You can always go back to VMWare, but these 2 links might be helpful.

https://www.dreamytricks.net/ios-emulator-windows-run-ios-apps/

https://developer.xamarin.com/guides/cross-platform/windows/ios-simulator/




回答3:


It seems there is no direct way to run the app on iOS emulator unless you use Mac pc or laptop. However, this article provides you with an indirect way to run the app. Developing and debugging Flutter apps for iOS without a Mac



来源:https://stackoverflow.com/questions/49002527/flutter-ios-emulator-for-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!