File tree 3 files changed +4
-3
lines changed
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
34
34
[ local storage] ( https://pub.dev/packages/localstorage ) that unifies them as an
35
35
elegant caching API.
36
36
37
+
37
38
** Why Json?**
38
39
39
40
- 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:
66
66
name: lint
67
67
url: "https://pub.dartlang.org"
68
68
source: hosted
69
- version: "1.5.3 "
69
+ version: "1.7.2 "
70
70
matcher:
71
71
dependency: transitive
72
72
description:
@@ -157,5 +157,5 @@ packages:
157
157
source: hosted
158
158
version: "2.1.0"
159
159
sdks:
160
- dart: ">=2.12.0 <3.0.0"
160
+ dart: ">=2.14.0-360.0.dev <3.0.0"
161
161
flutter: ">=1.17.0"
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ dependencies:
16
16
dev_dependencies :
17
17
flutter_test :
18
18
sdk : flutter
19
- lint : ^1.5.3
19
+ lint : ^1.6.0
You can’t perform that action at this time.
0 commit comments