v8.2.0
What's Changed
- feat: add inverted fill option to
PolygonLayerby @monsieurtanuki in #2046 - fix: consider
zoomOffset& emulated retina mode when generating tile coordinates by @monsieurtanuki in #2060 - fix: raise attribution widgets above screen insets by @JaffaKetchup in #2058
- chore(meta): added automatic publishing of package to pub.dev on tag creation by @JaffaKetchup in #2059
- feat(example): pack example polygon stress test GeoJSON into binary format by @JaffaKetchup in #2056
- fix: stop ongoing animations when scroll zooming by @JaffaKetchup in #2066
- feat: added
Poly*Layer.drawInSingleWorldby @monsieurtanuki in #2069 - feat: add
ContainCameraLatitudeby @mbenoukaiss in #2073 - feat: added options to customize double-tap (drag) zoom gestures by @JaffaKetchup in #2070
- feat: warn for OSM URLs by @JaffaKetchup in #2074
- feat: added
PolygonLayer.painterFillMethodby @JaffaKetchup in #2081 - fix: make
FeatureLayerUtils.viewportRectreturnRect.zeroif unavailable by @JaffaKetchup in #2095 - feat: add
optimizeRadiusInMetersoption toCircleLayerby @monsieurtanuki in #2101 - fix: consider multi-worlds when constructing camera bounds & allow bounds wider than a world by @monsieurtanuki in #2091
- chore: adjust OSM warning message & consider User-Agent by @JaffaKetchup in #2109
- chore(deps): bump flutter_lints from 5.0.0 to 6.0.0 by @dependabot[bot] in #2099
- chore(deps): bump flutter_lints from 5.0.0 to 6.0.0 in /example by @dependabot[bot] in #2100
- fix: adjust infinite loop protection in
workAcrossWorldsby @monsieurtanuki in #2113 - docs: minor docs fix on
TileDisplay.fadeInarguments by @JaffaKetchup in #2114 - fix: calculate
LayerHitResult.coordinatecorrectly by @JaffaKetchup in #2093 - fix(example): updated marker stress test to use more stressful markers by @ReinisSprogis in #2122
- feat: add built-in caching & tile loading cancellation support by @JaffaKetchup in #2082
- feat: change polygon label placement config, add new 'signed area centroid' algorithm & use new polylabel implementation by @tidu090 in #2102
- chore: prepare for v8.2.0 release by @JaffaKetchup in #2062
New Contributors
- @mbenoukaiss made their first contribution in #2073
- @tidu090 made their first contribution in #2102
Full Changelog: v8.1.1...v8.2.0