我可以在Android和iOS应用程序上使用同一Flutter应用程序吗?

发布于 2025-02-13 14:08:23 字数 140 浏览 3 评论 0原文

假设我有一个本地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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

橪书 2025-02-20 14:08:23

是的,您可以,如果您知道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.

风月客 2025-02-20 14:08:23

如果您将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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文