After update to google_maps_flutter: ^2.6.1
I got this error:
Error: The plugin "google_maps_flutter_ios" requires a higher minimum iOS deployment version than your application is targeting.
replace
platform :ios, '12.0'
with
platform :ios, '14.0'
& change deployment target to 14.0

Google maps flutter for ios supports IOS 14+
So Update the version in ios/podfile to 14
platform :ios, '14.0'
Run from within ios directory
cd ios
pod install --repo-update
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With