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

Commit 2f5ef3d

Browse files
[google_maps_flutter_web]: Update installation instructions (#4163)
1 parent 57fb51f commit 2f5ef3d

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

packages/google_maps_flutter/google_maps_flutter_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0+3
2+
3+
* Update the `README.md` usage instructions to not be tied to explicit package versions.
4+
15
## 0.3.0+2
26

37
* Document `liteModeEnabled` is not available on the web. [#83737](https://github.com/flutter/flutter/issues/83737).

packages/google_maps_flutter/google_maps_flutter_web/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@ This is an implementation of the [google_maps_flutter](https://pub.dev/packages/
66

77
### Depend on the package
88

9-
This package is not an endorsed implementation of the google_maps_flutter plugin yet, so you'll need to modify the `pubspec.yaml` file of your app to depend on this package:
10-
11-
```yaml
12-
dependencies:
13-
google_maps_flutter: ^0.5.28
14-
google_maps_flutter_web: ^0.1.0
15-
```
9+
This package is not an endorsed implementation of the google_maps_flutter plugin yet, so you'll need to
10+
[add it explicitly](https://pub.dev/packages/google_maps_flutter_web/install).
1611

1712
### Modify web/index.html
1813

packages/google_maps_flutter/google_maps_flutter_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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/master/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.3.0+2
5+
version: 0.3.0+3
66

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

0 commit comments

Comments
 (0)