Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 85c441f

Browse files
committed
Bump changelog and pubspec, so the change gets published to pub.dev.
1 parent df81fb4 commit 85c441f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/google_maps_flutter/google_maps_flutter_web/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.0+1
2+
3+
* Updates `README.md` to describe a hit-testing issue when Flutter widgets are overlaid on top of the Map widget.
4+
15
## 0.4.0
26

37
* Implements the new platform interface versions of `buildView` and
@@ -6,7 +10,6 @@
610
versions of those methods, so this version can only be used with
711
`google_maps_flutter` 2.1.8 or later.
812
* Adds `const` constructor parameters in example tests.
9-
* Update the `README.md` to discuss mouse issue when stacked.
1013

1114
## 0.3.3
1215

packages/google_maps_flutter/google_maps_flutter_web/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_maps_flutter_web
22
description: Web platform implementation of google_maps_flutter
33
repository: https://github.com/flutter/plugins/tree/main/packages/google_maps_flutter/google_maps_flutter_web
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
5-
version: 0.4.0
5+
version: 0.4.0+1
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)