Skip to content
Draft
Prev Previous commit
Next Next commit
Merge branch 'main' into support-vector
  • Loading branch information
JaffaKetchup authored Mar 9, 2025
commit d76a944f9799caceac8f2c36db139ab06795c7bd
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ Many thanks to my sponsors, no matter how much or how little they donated. Spons

# Changelog

## [11.0.0-dev.1] - 2025/03/09
## [11.0.0-dev.2] - 2025/03/09

* Change `FMTCTileProvider.provideTile` arguments
Require a tile's URL & optional coordinates; instead of required coordinates and required `TileLayer`
* Fixed overly-aggressive Flutter-side tile image caching which prevented changes to `TileLayer.urlTemplate` from updating the displayed tiles

## [10.1.1] - 2025/03/09

* Fixed bug where import operation fatally crashed on some iOS devices
This appears to be an [ObjectBox issue](https://github.com/objectbox/objectbox-dart/issues/654) where streaming the results of a database query caused the crash. Instead, FMTC now uses a custom chunking system to avoid streaming and also avoid loading potentially many tiles into memory.
* Improved performance of import operation

## [10.1.0] - 2025/02/02

* Added support for flutter_map v8
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
meta: ^1.15.0
objectbox: ^4.1.0
objectbox_flutter_libs: ^4.1.0
path: ^1.9.0
path: ^1.9.1
path_provider: ^2.1.5

dev_dependencies:
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.