Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions flutter_map_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions flutter_map_cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flutter_map_cache/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down