v5.0.0
What's Changed
See full CHANGELOG at https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md.
- Support Flutter 3.10 (& Rework Tile Providers) by @JaffaKetchup in #1512
- Apply stronger typing of FlutterMap4 more broadly and opportunistic cleanup/fix by @ignatz in #1515
- Fix jitter of polygon/polyline after reverting from 2-step positioning by @ignatz in #1514
- Add automatic example app deployment to web by @JaffaKetchup in #1516
- Disabled Firebase Hosting Previews on PRs by @JaffaKetchup in #1521
- Fine-grained MediaQuery dependencies to rebuild only when needed by @ignatz in #1523
- Migrate to Dart 3.0 by @josxha in #1517
- Remove
saveLayers
property fromPolylineLayer
& save layers automatically when required by @ignatz in #1519 - Upgrade 'latlong2' & 'http' dependencies by @josxha in #1530
- Center zoom on pinch zoom gesture (not just on move gesture) by @JosefWN in #1543
- Multiple Improvements & v5 Release Preparation by @JaffaKetchup in #1532