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
ios
You can also run flutter create -i swift . inside your app folder, to regenerate ios folder.
flutter create -i swift .
I've not tested android, but I guess the same should works for it too - flutter create -a kotlin .
flutter create -a kotlin .