Tuesday, September 26, 2023
HomeiOS DevelopmentHow you can Combine Flutter Google Map in iOS

How you can Combine Flutter Google Map in iOS


I, am utilizing google_map_flutter in my app to point out google map. It really works nice on Android, however in iOS app crashes once I open the web page the place I combine the Google Map.
The console reveals the this error.
Thread 1: “-[__NSCFBoolean objectForKey:]: unrecognized selector despatched to occasion 0x7fff8a4b94f8”
terminating with uncaught exception of kind NSException

I Additionally allow Map SDK for Android & Map SDK for iOS and generate the important thing.

enter image description here

Container(
              width: double.infinity,
              top: double.infinity,
              baby: GoogleMap(
                initialCameraPosition: CameraPosition(
                  goal: LatLng(10, 10),
                  zoom: 11.0,
                ),
              ),
            )

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments