Flutter - Import from existing android project

后端 未结 5 1696
[愿得一人]
[愿得一人] 2020-12-29 22:25

I am currently working on an android project which is ~75% complete. I need a similar application for iOS.

Can I import this project to flutter? How?

Also, w

5条回答
  •  自闭症患者
    2020-12-29 23:14

    From what I've seen, you're probably going to have to port it to Dart for the most part. However, since your 75% probably includes a lot more than coding (such as the design, the interaction, the flow), the easy part will be recoding that in Dart to finish.

提交回复
热议问题