File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3136The package uses [ dio] ( https://pub.dev/packages/dio ) with the
Original file line number Diff line number Diff line change 11name : flutter_map_cache
22description : A slim yet powerful caching plugin for flutter_map tile layers.
3- version : 2.0.0+1
3+ version : 2.1.0
44repository : https://github.com/josxha/flutter_map_plugins
55issue_tracker : https://github.com/josxha/flutter_map_plugins/issues
66resolution : workspace
You can’t perform that action at this time.
0 commit comments