我可以在Android和iOS应用程序上使用同一Flutter应用程序吗?
假设我有一个本地Android和iOS的应用程序。 如果我想使用颤音更改其中一个功能,我可以只为Android和iOS编写一次吗?
当前方法:添加到应用程序,我认为仅适用于一个应用程序,无论是iOS还是Android。
Let's say I have an app that is both native android and ios.
If I want to change one of the features using flutter, can I write with flutter only once for both android and ios?
The current method: add-to-app, I think only works for one app, either ios or android.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您可以,如果您知道Dart语言,则可以使用它来绘制您的应用程序。根据您的用例,您想在Android&amp上运行该应用程序。 ios。使用那些可用于Android& ios。
更多详细信息 - https://flutter.dev/multi-platform
您也可以使用相同的源代码为了生成移动,网络和桌面构建。
Yes, you can, if you know dart language you can use it to write your application in Flutter. According to your use case, you want to run the application on Android & ios. Use those packages that are available for both Android & IOS.
More details - https://flutter.dev/multi-platform
You can also use the same source code to generate mobile, web and desktop builds.
如果您将DART语言与颤动使用,则将同时使用操作系统(Android& ios)。确保应用程序代码将用DART语言编写
If you use dart language with flutter , it will be uses both Operating system (Android & IOS). make sure app code will be written with dart language