Recreate Flutter's ios and android folder with Swift and Kotlin

前端 未结 2 1365
野的像风
野的像风 2021-02-20 11:00

Hi I just found out that it is possible to create Flutter project with Swift and Kotlin. However, I\'m already invested in my current projects and want to recreate the ios

2条回答
  •  终归单人心
    2021-02-20 11:43

    You can also run flutter create -i swift . inside your app folder, to regenerate ios folder.

    I've not tested android, but I guess the same should works for it too - flutter create -a kotlin .

提交回复
热议问题