We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b515e01 commit f6eca7cCopy full SHA for f6eca7c
README.md
@@ -30,8 +30,9 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/json_cache)](https://www.rultor
30
31
**Json Cache** is an object-oriented package to cache user data locally in json.
32
It can also be thought of as a layer on top of Flutter's local storage packages
33
-like [sharable_preferences](https://pub.dev/packages/shared_preferences) that
34
-unifies them as an elegant caching API.
+like [sharable_preferences](https://pub.dev/packages/shared_preferences) and
+[local storage](https://pub.dev/packages/localstorage) that unifies them as an
35
+elegant caching API.
36
37
38
In addition, this package gives developers great flexibility by providing a set
0 commit comments