Flutter Google Maps white screen bug on Android

Viewed 29

This issue has been driving me crazy. On our app for over a year now, we have had a glitch with google maps on Android. We cannot actively reproduce it, and it happens at completely different and random times, doesn’t matter if the app has been backgrounded or not. The issue is that the whole map sometimes appears as a blank white screen. To fix the issue, you will have to switch between the layers a couple of times and then the map will reappear as normal. We managed to reproduce it with this command once.

adb shell am send-trim-memory BUNDLEID COMPLETE

However, it doesnt give us much information. Has anybody every experienced this before?enter image description here

1 Answers

You should check in google developer console that Google map sdk is enabled for Android and iOS. Also you can try making a new Google map Api key from google dev console and change it in the project.

Related