App Crashing on Real Device When Navigating to Page with Google Map Widget (Works Fine in Test Mode)

Troubleshooting

Hello FlutterFlow team and community,

I'm encountering a strange and critical issue in my FlutterFlow project:

🧩 Problem:

Whenever I navigate to a page that contains the Google Map widget, the app immediately crashes on real mobile devices (tested on Android).
However, the same page works perfectly in FlutterFlow's test/run mode — no errors, no crashes.

What have you tried so far?
  • Made sure the Google Maps API key is valid and properly added in both FlutterFlow settings and AndroidManifest.

  • Page navigation and visibility conditions are working fine otherwise.

  • There is no custom action or logic directly affecting the map on load.

Did you check FlutterFlow's Documentation for this topic?
Yes