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.>
Once you run flutter build ios a Podfile and Podfile.lock will be created for you in the ios directory.
flutter build ios
Podfile
Podfile.lock
ios
Follow the steps in the deploy steps official documentation.