Skip to content

Commit

Permalink
Prepare for v10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JaffaKetchup committed Jan 11, 2025
1 parent d1cb12e commit 5539ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Many thanks to my sponsors, no matter how much or how little they donated. Spons

# Changelog

## [10.0.0] - "Better Browsing" - 2025/XX/XX
## [10.0.0] - "Better Browsing" - 2025/01/11

This update builds on v9 to fully embrace the new many-to-many relationship between tiles and stores, which allows for more flexibility when constructing the `FMTCTileProvider`.
This allows a new paradigm to be used: stores may now be treated as bulk downloaded regions, and all the regions/stores can be used at once - no more switching between them. This allows huge amounts of flexibility and a better UX in a complex application. Additionally, each store may now have its own `BrowseStoreStrategy` when browsing, which allows more flexibility: for example, stores may now contain more than one URL template/source, but control is retained.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_map_tile_caching
description: Plugin for 'flutter_map' providing advanced caching functionality,
with ability to download map regions for offline use.
version: 10.0.0-dev.7
version: 10.0.0

repository: https://github.com/JaffaKetchup/flutter_map_tile_caching
issue_tracker: https://github.com/JaffaKetchup/flutter_map_tile_caching/issues
Expand Down

0 comments on commit 5539ef0

Please sign in to comment.