We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78112d commit 148aab0Copy full SHA for 148aab0
packages/google_maps_flutter/google_maps_flutter_web/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.5.12+3
2
+
3
+* Fixes a bug where using `cloudMapId` for cloud-based styling would fail if the `style` property was also present.
4
5
## 0.5.12+2
6
7
* Fix broken cameraTargetBounds option on web.
packages/google_maps_flutter/google_maps_flutter_web/pubspec.yaml
@@ -2,7 +2,7 @@ name: google_maps_flutter_web
description: Web platform implementation of google_maps_flutter
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_web
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
-version: 0.5.12+2
+version: 0.5.12+3
environment:
8
sdk: ^3.6.0
0 commit comments