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 8e8909f commit 12d366aCopy full SHA for 12d366a
README.md
@@ -42,9 +42,9 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/json_cache)](https://www.rultor
42
43
**JsonCache** is an object-oriented package for the local caching of user data
44
in json. It can also be thought of as a layer on top of Flutter's local storage
45
-packages like the
+packages like
46
[sharable_preferences](https://pub.dev/packages/shared_preferences) and
47
-[localstorage](https://pub.dev/packages/localstorage) packages. Thus, this
+[localstorage](https://pub.dev/packages/localstorage). Thus, this
48
package aims to unify most of Flutter's local caching packages into a stable and
49
elegant caching API.
50
0 commit comments