Skip to content

Commit a18c042

Browse files
authored
release flutter_map_cache v2.1.0 (#113)
1 parent 04708bc commit a18c042

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

flutter_map_cache/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.1.0] 2026-04-11
2+
3+
- Add `headers` parameter to `CachedTileProvider` to allow adding custom
4+
headers to tile requests.
5+
16
## [2.0.0+1] 2025-04-18
27

38
- Update "Getting started" documentation

flutter_map_cache/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ A slim yet powerful caching plugin for flutter_map tile layers.
2626
consumption can be high quite fast. Caching tiles **lowers the amount of used
2727
mobile data and bandwidth**.
2828

29+
flutter_map introduced a caching mechanism in version 8.2.0 that solves these
30+
topics. This package is for users that need advanced use cases that are not
31+
covered by the default caching mechanism of flutter_map and legacy support for
32+
flutter_map versions < 8.2.0.
33+
2934
## Features
3035

3136
The package uses [dio](https://pub.dev/packages/dio) with the

flutter_map_cache/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_map_cache
22
description: A slim yet powerful caching plugin for flutter_map tile layers.
3-
version: 2.0.0+1
3+
version: 2.1.0
44
repository: https://github.com/josxha/flutter_map_plugins
55
issue_tracker: https://github.com/josxha/flutter_map_plugins/issues
66
resolution: workspace

0 commit comments

Comments
 (0)