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
4444
4545** JsonCache** is an object-oriented package for local caching of user data
4646in 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 —
4848_ [ JsonCache] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCache-class.html ) _ .
4949
5050** Why Json?**
@@ -60,8 +60,8 @@ This package gives developers great flexibility by providing a set of classes
6060that can be selected and grouped in various combinations to meet specific cache
6161requirements.
6262
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:
6565
6666``` dart
6767/// Represents cached data in json format.
You can’t perform that action at this time.
0 commit comments