From d9e968666294059add1a330645572819521d92c5 Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Sat, 11 Apr 2026 18:44:16 +0200 Subject: [PATCH 1/2] release flutter_map_cache v2.1.0 --- flutter_map_cache/CHANGELOG.md | 5 +++++ flutter_map_cache/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/flutter_map_cache/CHANGELOG.md b/flutter_map_cache/CHANGELOG.md index 0c7117d..088edc4 100644 --- a/flutter_map_cache/CHANGELOG.md +++ b/flutter_map_cache/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.1.0] 2026-04-11 + +- Add `headers` parameter to `CachedTileProvider` to allow adding custom + headers to tile requests. + ## [2.0.0+1] 2025-04-18 - Update "Getting started" documentation diff --git a/flutter_map_cache/pubspec.yaml b/flutter_map_cache/pubspec.yaml index 94cc43f..491e7d4 100644 --- a/flutter_map_cache/pubspec.yaml +++ b/flutter_map_cache/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_map_cache description: A slim yet powerful caching plugin for flutter_map tile layers. -version: 2.0.0+1 +version: 2.1.0 repository: https://github.com/josxha/flutter_map_plugins issue_tracker: https://github.com/josxha/flutter_map_plugins/issues resolution: workspace From 749cdb595b21d5e14c4deda4cdc574d52b6322ce Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Sat, 11 Apr 2026 18:57:14 +0200 Subject: [PATCH 2/2] Update README.md --- flutter_map_cache/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flutter_map_cache/README.md b/flutter_map_cache/README.md index 617c38e..b4f377b 100644 --- a/flutter_map_cache/README.md +++ b/flutter_map_cache/README.md @@ -26,6 +26,11 @@ A slim yet powerful caching plugin for flutter_map tile layers. consumption can be high quite fast. Caching tiles **lowers the amount of used mobile data and bandwidth**. +flutter_map introduced a caching mechanism in version 8.2.0 that solves these +topics. This package is for users that need advanced use cases that are not +covered by the default caching mechanism of flutter_map and legacy support for +flutter_map versions < 8.2.0. + ## Features The package uses [dio](https://pub.dev/packages/dio) with the