studio开发的flutter应用程序

studio开发的flutter应用程序

本文介绍了在iphone上安装使用android studio开发的flutter应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近开始在Windows 10上使用带有android studio的插件开发一个带有颤动的应用程序。我可以通过连接手机和usb调试模式在Android手机上运行应用程序。在我的iphone上运行flutter应用程序的步骤是什么?我之前从未为ios构建过应用程序。任何逐步指南将不胜感激。

I have recently started developing an application with flutter using a plugin with android studio on windows 10. I was able to run app on android phone by connecting a phone with usb debugging mode. What are the steps to run the flutter app on my iphone? I have never built an app before for ios. Any stepwise guide will be appreciated.

推荐答案

如果您的开发主机是
,则无法在iOS上运行flutter应用程序视窗。像所说,你必须使用XCode和
,因此你需要一个MacOS系统。

You can not run a flutter app on iOS if your development host isWindows. Like Zeeshan Shabbir said, you have to use XCode andtherefore you need a MacOS system.

如果您没有Mac,可以在Windows主机内使用虚拟机(例如,带有High Sierra的
)并安装XCode + Flutter
在iPhone上运行应用程序。你必须是一个苹果开发人员才能做这个
,但我认为免费会员资格就足够了。

If you do not have a Mac you can use a virtual machine (for examplewith High Sierra) inside your Windows host and install XCode + Flutterto run the app on your IPhone. You have to be a Apple Developer to dothis, but the free membership is enough I think.

详细信息可以在这里找到:

Details can be found here: https://techsviewer.com/

要在虚拟机上安装flutter,请按照。

To install flutter on the virtual machine just follow the instructionsfrom the flutter-website.

这篇关于在iphone上安装使用android studio开发的flutter应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 12:39