iOS
iOS required setup for Flutter app
iOS setup
Update Podfile in your_project_dir/ios
folder
your_project_dir/ios
folderchange minimum iOS deployment target to
10.0
or lateradd custom podspec repo url
Apply changes in Podfile
Run pod install
command in your_project_dir/ios
folder
Last updated