How to enable Swift support for existing project in flutter

后端 未结 6 702
既然无缘
既然无缘 2020-12-15 17:13

I want to know if there is a way to enable swift support for flutter project. I only enabled Kotlin support while creating the project. I need to enable Swift too. Is there

6条回答
  •  醉酒成梦
    2020-12-15 17:47

    1. Delete existing ios folder from root of flutter project.
    2. Run this command flutter create -i swift .

    This command will create only ios directory with swift support.

提交回复
热议问题