Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Jan 24, 2024
1 parent f019eb4 commit 35e815a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Supported storage backends are:
| [Drift](https://pub.dev/packages/drift) | - SQLite database<br/>- good platform support |
| [Hive](https://pub.dev/packages/hive) | - key-value database<br/>- easy to integrate |
| [ObjectBox](https://pub.dev/packages/objectbox) | - NoSQL, ACID compliant<br/>- Fast library<br/>- More complex integration |
| [Isar](https://pub.dev/packages/isar) | - NoSQL, ACID compliant<br/>- Fast library<br/>- More complex integration |
| [Isar](https://pub.dev/packages/isar) | - NoSQL<br/>- Fast library<br/>- More complex integration |

Other storage backends will be supported as soon as the underlying package
[dio_cache_interceptor](https://pub.dev/packages/dio_cache_interceptor) supports
Expand Down
2 changes: 1 addition & 1 deletion 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: 1.4.0
version: 1.4.0+1
repository: https://github.com/josxha/flutter_map_cache
issue_tracker: https://github.com/josxha/flutter_map_cache/issues

Expand Down

0 comments on commit 35e815a

Please sign in to comment.