|
| 1 | +## 0.2.1 |
| 2 | + |
| 3 | +This release builds upon the long anticipated merged threads in Flutter 3.29.0 |
| 4 | +which removes the need of switching threads. Furthermore, the release contains a |
| 5 | +couple of features and new fixes. |
| 6 | + |
| 7 | +Thanks for your contributions for this release, @felix-larsen and @pamtbaau! |
| 8 | + |
| 9 | +### New Features |
| 10 | + |
| 11 | +- Upgrade MapLibre Native on Android |
| 12 | + to [11.8.0](https://github.com/maplibre/maplibre-native/blob/main/platform/android/CHANGELOG.md#1180) |
| 13 | + which introduces support for PMTiles. |
| 14 | +- Add `removePinchOnPressed` and `webRotationSpeed` as parameters to the |
| 15 | + `MapCompass` widget. |
| 16 | +- Allow the `SourceAttribution` widget to use multiple lines for its |
| 17 | + attributions. |
| 18 | +- Underline an attribution link for a `SourceAttribution` widget when hovered |
| 19 | + with a cursor. |
| 20 | +- Add the parameter `allowInteraction` to the `WidgetLayer` that allows widgets |
| 21 | + to detect gestures on these widgets. |
| 22 | +- Reintroduce awaitable `moveCamera()`, `animateCamera()` and `fitCamera()` on |
| 23 | + Android. |
| 24 | +- Use synchronous JNI calls on Android to prevent thread hopping. |
| 25 | + |
| 26 | +### Bug Fixes |
| 27 | + |
| 28 | +- Fix exceptions when the map widget rebuilds a lot in a short amount of time. |
| 29 | +- Fix `moveCamera()`, `animateCamera()` and `fitCamera()` does not ignore null |
| 30 | + parameters. |
| 31 | +- Fix app freeze on Android using Flutter 3.29.0 caused by the merged threads. |
| 32 | +- Fix exception when adding a RasterSource programatically. |
| 33 | + |
| 34 | +### Misc |
| 35 | + |
| 36 | +- Update examples and documentation. |
| 37 | +- Set minimum Flutter version |
| 38 | + to [3.29.0](https://discord.com/channels/951867686378409984/951879268227485707/1339719764574081148) |
| 39 | + and minimum Dart version |
| 40 | + to [3.7.0](https://discord.com/channels/951867686378409984/951879268227485707/1339719747981545485). |
| 41 | +- Use the new code formatting. |
| 42 | +- Upgrade pigeon to 24. |
| 43 | + |
1 | 44 | ## 0.2.0 |
2 | 45 |
|
3 | 46 | This release is a collection of user affecting changes along a couple of new |
|
0 commit comments