-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[google_maps] fix markersToChange to actually change modified markers #1408
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
Hello @amirh, can you update us on the status on this one please? Thank you. |
|
@amirh What is the status of this PR? |
|
Why is this taking so long? This is a pretty important performance fix. |
|
Is there something I can do to speed up processing of the PR? |
|
Left a few comments, Note that multiple tests and presubmits are failing, they will need to be fixed before a PR can be merged. Generally speaking we are prioritizing issues by the number of thumbs up, so the best way to get it prioritize is to thumb up flutter/flutter#27823. See the review process section. |
|
Sorry for the delay! @iskakaushik |
|
@amirh @iskakaushik can you check if this is ok? We need google map to be as fast as possible. Thanks |
|
Fixed in #1933 |
Description
Fixes Marker updating method.
now markers needed to change are actually those which need to be changed
Related Issues
flutter/flutter#27823
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.///).flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?