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 7 months 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