You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
"Adds style to the GoogleMap widget constructor. This allows setting the map style during creation, avoiding the possibility of the default style being displayed briefly.
Deprecates GoogleMapController.setMapStyle in favor of setting the style via the new widget style parameter."
Previously, we could call
Now as per https://pub.dev/packages/google_maps_flutter/changelog#260
"Adds style to the GoogleMap widget constructor. This allows setting the map style during creation, avoiding the possibility of the default style being displayed briefly.
Deprecates GoogleMapController.setMapStyle in favor of setting the style via the new widget style parameter."
Eg if someone had a dark theme with Google Maps:
flutter/flutter#144524
The text was updated successfully, but these errors were encountered: