My simple google map flutter app only displays a blank map with a unusable zoom button. I am getting a number of errors starting with “D/MapsInitializer(11249): preferredRenderer: null”, which I assume is an issue with the app connecting to the API.
I have installed google maps using “flutter pub add google_maps_flutter”, updated the compileSdkVersion to 34, updated the minSdkVersion to 21, entered my API in the AndroidManifest, and enabled Maps JavaScript API and Maps SDK in my Google Maps Platform.
Any ideas on what I am doing wrong?
Rachel Jones is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.