简体   繁体   English

导入flutter android项目到iOS

[英]Import flutter android project to iOS

I'm working on the Flutter Android project which is 90% complete, and I want this app to be usable for iOS. Is it possible that I can import this app to iOS without having to start over?我正在处理 Flutter Android 项目,该项目已完成 90%,我希望此应用程序可用于 iOS。是否可以将此应用程序导入 iOS 而无需重新开始?

From what I understand about Flutter, as long as you set up your Flutter project correctly it should work on both without issue.根据我对 Flutter 的了解,只要您正确设置 Flutter 项目,它就可以毫无问题地工作。

Flutter is one of the most popular cross platform languages out there alongside React. Flutter 是与 React 并列的最流行的跨平台语言之一。 https://stackoverflow.blog/2022/02/21/why-flutter-is-the-most-popular-cross-platform-mobile-sdk/ https://stackoverflow.blog/2022/02/21/why-flutter-is-the-most-popular-cross-platform-mobile-sdk/

If you were concerned about it not working on IOS because you are working on Android Studio, I think it still works, but you can always move your code to VS Code.如果您担心它不能在 IOS 上工作,因为您正在使用 Android Studio,我认为它仍然有效,但您始终可以将代码移至 VS Code。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM