fleaflet / flutter_map

A versatile mapping package for Flutter. Simple and easy to learn, yet completely customizable and configurable, it's the best choice for mapping in your Flutter app.
https://pub.dev/packages/flutter_map
BSD 3-Clause "New" or "Revised" License
2.74k stars 861 forks source link

[WIP] fix: changed initial building lifecycle to wait until constraints are available before setting up `MapController` #1902

Closed JaffaKetchup closed 4 months ago

JaffaKetchup commented 4 months ago

Also made MapOptions.initialCenter & initialZoom nullable, and added assert to guarantee only one initial positioning strategy is used.

DO NOT DELETE BRANCH whilst #1760 is being re-evaluated.