Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
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
Next Next commit
Update instructions to reflect current versions
  • Loading branch information
domesticmouse authored Jul 18, 2021
commit 0849b572ece177af91422bc07e7ddfb2a17528a7
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