Flutter Podfile and Pods folders not created in ios directory

前端 未结 5 762
日久生厌
日久生厌 2021-02-06 06:22

Created a new flutter project from Android Studio using the wizard.

Newly created project folder does not have any of the Pods folders or podfile in the ios directory.

5条回答
  •  野的像风
    2021-02-06 06:59

    I will suggest simply go to your Flutter Package and do flutter create . It will automatically create all the missing files and even Podfile. I have used this command in my project and it is fruitful.

提交回复
热议问题