File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/json_cache)](https://www.rultor
39
39
> Retrieved 09:55, August 22,
40
40
> 2021] ( https://en.wikipedia.org/wiki/Cache_(computing) )
41
41
42
- ** Json Cache ** is an object-oriented package to cache user data locally in json.
42
+ ** JsonCache ** is an object-oriented package to cache user data locally in json.
43
43
It can also be thought of as a layer on top of Flutter's local storage packages
44
44
like [ sharable_preferences] ( https://pub.dev/packages/shared_preferences ) and
45
- [ local storage] ( https://pub.dev/packages/localstorage ) that unifies them as an
46
- elegant caching API.
45
+ [ local storage] ( https://pub.dev/packages/localstorage ) .
47
46
47
+ The ultimate goal of this package is to unify Flutter's local caching packages
48
+ into one elegant caching API.
48
49
49
50
** Why Json?**
50
51
You can’t perform that action at this time.
0 commit comments