File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ like [sharable_preferences](https://pub.dev/packages/shared_preferences) and
3434[ local storage] ( https://pub.dev/packages/localstorage ) that unifies them as an
3535elegant caching API.
3636
37+
3738** Why Json?**
3839
3940- Because most of the local storage packages available for Flutter applications
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ packages:
6666 name: lint
6767 url: "https://pub.dartlang.org"
6868 source: hosted
69- version: "1.5.3 "
69+ version: "1.7.2 "
7070 matcher:
7171 dependency: transitive
7272 description:
@@ -157,5 +157,5 @@ packages:
157157 source: hosted
158158 version: "2.1.0"
159159sdks:
160- dart: ">=2.12.0 <3.0.0"
160+ dart: ">=2.14.0-360.0.dev <3.0.0"
161161 flutter: ">=1.17.0"
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ dependencies:
1616dev_dependencies :
1717 flutter_test :
1818 sdk : flutter
19- lint : ^1.5.3
19+ lint : ^1.6.0
You can’t perform that action at this time.
0 commit comments