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
4 changes: 4 additions & 0 deletions flutter_map_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.0+1] 2025-04-18

- Update "Getting started" documentation

## [2.0.0] 2025-04-06

- Use
Expand Down
4 changes: 2 additions & 2 deletions flutter_map_cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ them.

```yaml
dependencies:
flutter_map: ^6.0.0 # in case you don't have it yet
flutter_map_cache: ^1.3.0 # this package
flutter_map: ^8.1.1 # in case you don't have it yet
flutter_map_cache: ^2.0.0 # this package
path_provider: ^2.1.2 # in case the storage backend requires a path

# drift
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
version: 2.0.0+1
repository: https://github.com/josxha/flutter_map_plugins
issue_tracker: https://github.com/josxha/flutter_map_plugins/issues
resolution: workspace
Expand Down