Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0+3

* Update the `README.md` usage instructions to reflect current package versions.

## 0.3.0+2

* Document `liteModeEnabled` is not available on the web. [#83737](https://github.com/flutter/flutter/issues/83737).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This package is not an endorsed implementation of the google_maps_flutter plugin

```yaml
dependencies:
google_maps_flutter: ^0.5.28
google_maps_flutter_web: ^0.1.0
google_maps_flutter: ^2.0.0
google_maps_flutter_web: ^0.3.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should just remove this code section, and adjust the line above to say something like: [...] so you'll need to [add it explicitly](https://pub.dev/packages/google_maps_flutter_web/install)

We should get out of the business of having doomed-to-bitrot installation examples in our READMEs, and let pub.dev's dynamic page handle that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

```

### Modify web/index.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_maps_flutter_web
description: Web platform implementation of google_maps_flutter
repository: https://github.com/flutter/plugins/tree/master/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.3.0+2
version: 0.3.0+3

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down