packages icon indicating copy to clipboard operation
packages copied to clipboard

[google_maps_flutter_ios] Fixed map objects being added to the map before all properties are set

Open Colman opened this issue 1 year ago • 7 comments

This changes the iOS maps package to ensure that each map object (Marker, Polygon, Polyline, Circle, and Tile) is added to the map after all of their properties (fillColor, strokeColor, etc.) are set. This fixes this issue:

https://github.com/flutter/flutter/issues/143570

Pre-launch Checklist

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

Colman avatar Jun 28 '24 01:06 Colman

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact "@test-exemption-reviewer" in the #hackers channel in Chat (don't just cc them here, they won't see it! Use Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

flutter-dashboard[bot] avatar Jun 28 '24 01:06 flutter-dashboard[bot]

@Colman Are you still planning on updating this PR to address the review comments above?

stuartmorgan-g avatar Aug 20 '24 19:08 stuartmorgan-g

@Colman Are you still planning on updating this PR to address the review comments above?

Hi @stuartmorgan, I'm waiting on a reply from @cbracken in one of the comments above.

Colman avatar Aug 22 '24 00:08 Colman

From triage: @Colman did my reply in that comment thread address the blocking issue?

stuartmorgan-g avatar Oct 01 '24 19:10 stuartmorgan-g

Hello there, ping @cbracken @Colman to fix / answer the comments so we can merge this 😛

flightcom avatar Oct 10 '24 19:10 flightcom

Hi, I've been very busy lately and haven't had time to look at this PR. Sorry about that. I will most likely get to it next week.

Colman avatar Oct 11 '24 21:10 Colman

Okay @stuartmorgan it should be ready

Colman avatar Oct 15 '24 21:10 Colman

This will need to be resolved for the recent conversion to Pigeon data structures; sorry about that conflict. The change should be easy to resolve though since you can just move the relevant line to the end in the new version.

stuartmorgan-g avatar Nov 26 '24 20:11 stuartmorgan-g

@Colman Are you planning on updating this for the Pigeon changes?

stuartmorgan-g avatar Jan 14 '25 20:01 stuartmorgan-g

Closing per discussion above.

stuartmorgan-g avatar Jan 16 '25 16:01 stuartmorgan-g