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.>
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.
flutter create .