Skip to content

Commit d577159

Browse files
authored
docs(fmc): update "Gettings Started" (#86)
#84
1 parent 47a4882 commit d577159

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

flutter_map_cache/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.0+1] 2025-04-18
2+
3+
- Update "Getting started" documentation
4+
15
## [2.0.0] 2025-04-06
26

37
- Use

flutter_map_cache/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ them.
5656

5757
```yaml
5858
dependencies:
59-
flutter_map: ^6.0.0 # in case you don't have it yet
60-
flutter_map_cache: ^1.3.0 # this package
59+
flutter_map: ^8.1.1 # in case you don't have it yet
60+
flutter_map_cache: ^2.0.0 # this package
6161
path_provider: ^2.1.2 # in case the storage backend requires a path
6262

6363
# drift

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
3+
version: 2.0.0+1
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)