Skip to content

Conversation

jl-gogovapps
Copy link

Description

Google Maps has a bug where zooming in and out of the map creates strange fill behavior.

Related Issues

This builds off the the polygon_holes work by saneky

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See Contributor Guide).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (flutter analyze) does not report any problems on my PR.
  • I read and followed the Flutter Style Guide.
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • 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 signed the CLA.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate a breaking change in CHANGELOG.md and increment major revision).
  • No, this is not a breaking change.

@jl-gogovapps jl-gogovapps force-pushed the gm-3.0.0-beta branch 2 times, most recently from bc14222 to ed4b12f Compare January 16, 2020 02:52
@jl-gogovapps jl-gogovapps force-pushed the gm-3.0.0-beta branch 4 times, most recently from f755989 to 6f0d991 Compare February 2, 2020 15:01
@jl-gogovapps jl-gogovapps force-pushed the polygon_holes branch 2 times, most recently from ce752c6 to 7c0899a Compare July 17, 2020 21:13
@jl-gogovapps jl-gogovapps force-pushed the gm-3.0.0-beta branch 2 times, most recently from 9025db8 to 3e0f26d Compare July 17, 2020 21:57
jmagman and others added 16 commits May 19, 2021 10:59
maheshj01 and others added 19 commits July 23, 2021 22:33
Adds a unit test and comments intended to avoid accidental breakage of
the Dart repo's run of analysis against this repository.

Addresses flutter#4183 (comment)
jl-gogovapps and others added 10 commits July 29, 2021 19:46
…utter#4214)

Currently has an out-of-band failure on master. Ignoring to re-open the
tree.
Makes commands that use the package-looping base command track and
report exclusions. This will make it much easier to debug/audit
situations where tests aren't running when expected (e.g., when enabling
a new type of test for a package that previously had to be explicitly
excluded from that test to avoid failing for having no tests, but
forgetting to remove the package from the exclusion list).

Also fixes a latent issue with using different exclusion lists on
different commands in a single CI task when using sharding could cause
unexpected failures due to different sets of plugins being included for
each step (e.g., build+drive with an exclude list on drive could
potentially try to drive a plugin that hadn't been built in that shard)
by sharding before filtering out excluded packages.

Adds testing for sharding in general, as there was previously none.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.