Flutter: iOS Emulator for Windows(Flutter:适用于 Windows 的 iOS 模拟器)
问题描述
我已经开始通过 Google 学习 flutter 并将其安装在 android studio 中.我有一个 Android 模拟器,但我不知道如何在 iOS 中运行它.
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.
是否可以在 Windows 中运行 iOS 模拟器?如果是,我该怎么做?
Is it possible to run an iOS emulator in windows? If yes, how can I do that?
推荐答案
如果目的只是测试 UI 在 iOS 上的工作方式,那么 Flutter Inspector 将完成这项工作.
If the purpose is only testing how the UI works on iOS, then Flutter Inspector will do the job.
从右侧窗格中单击 Flutter Inspector,然后从新打开的框的顶部菜单中单击切换平台模式".这将更改您设备上正在运行的应用的 UI.
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.
这篇关于Flutter:适用于 Windows 的 iOS 模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Flutter:适用于 Windows 的 iOS 模拟器
基础教程推荐
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01