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

[google_maps_flutter_web]: Update instructions to reflect current versions #4163

Merged
merged 5 commits into from
Jul 19, 2021

Conversation

domesticmouse
Copy link
Contributor

@domesticmouse domesticmouse commented Jul 18, 2021

The google_maps_flutter_web package README.md lists old versions in the usage description. This is confusing to users attempting to use Google Maps in Flutter for web apps.

fixes: flutter/flutter#86631

If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the relevant style guides and ran the auto-formatter. (Note that unlike the flutter/flutter repo, the flutter/plugins repo does use dart format.)
  • I signed the CLA.
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I listed at least one issue that this PR fixes in the description above.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy.
  • I updated CHANGELOG.md to add a description of the change.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@Hixie
Copy link
Contributor

Hixie commented Jul 19, 2021

test-exempt: only affects documentation

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

Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

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

LGTM

@ditman ditman merged commit 2f5ef3d into master Jul 19, 2021
@ditman ditman deleted the domesticmouse-patch-1 branch July 19, 2021 18:25
@ditman
Copy link
Member

ditman commented Jul 19, 2021

Very good change, I've just merged it. Thanks!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[google_maps_flutter_web]: README.md usage instructions are confusing
4 participants