File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/json_cache)](https://www.rultor
44
44
45
45
** JsonCache** is an object-oriented package for local caching of user data
46
46
in json. It can also be considered as a layer on top of Flutter's local storage
47
- packages that aims to unify them as a stable and elegant caching interface —
47
+ packages that aims to unify them with a stable and elegant interface —
48
48
_ [ JsonCache] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCache-class.html ) _ .
49
49
50
50
** Why Json?**
@@ -60,8 +60,8 @@ This package gives developers great flexibility by providing a set of classes
60
60
that can be selected and grouped in various combinations to meet specific cache
61
61
requirements.
62
62
63
- ` JsonCache ` is the core interface of this package and represents the concept of
64
- cached data. It is defined as:
63
+ [ JsonCache] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCache-class.html )
64
+ is the core interface of this package and represents the concept of cached data. It is defined as:
65
65
66
66
``` dart
67
67
/// Represents cached data in json format.
You can’t perform that action at this time.
0 commit comments