File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -109,13 +109,27 @@ packages:
109
109
url: "https://pub.dartlang.org"
110
110
source: hosted
111
111
version: "1.8.0"
112
+ nested:
113
+ dependency: transitive
114
+ description:
115
+ name: nested
116
+ url: "https://pub.dartlang.org"
117
+ source: hosted
118
+ version: "1.0.0"
112
119
path:
113
120
dependency: transitive
114
121
description:
115
122
name: path
116
123
url: "https://pub.dartlang.org"
117
124
source: hosted
118
125
version: "1.8.2"
126
+ provider:
127
+ dependency: "direct main"
128
+ description:
129
+ name: provider
130
+ url: "https://pub.dartlang.org"
131
+ source: hosted
132
+ version: "6.0.5"
119
133
sky_engine:
120
134
dependency: transitive
121
135
description: flutter
@@ -179,3 +193,4 @@ packages:
179
193
version: "2.1.2"
180
194
sdks:
181
195
dart: ">=2.18.4 <3.0.0"
196
+ flutter: ">=1.16.0"
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ dependencies:
37
37
# Use with the CupertinoIcons class for iOS style icons.
38
38
cupertino_icons : ^1.0.2
39
39
dio : ^5.0.3
40
+ provider : ^6.0.5
40
41
41
42
dev_dependencies :
42
43
flutter_test :
You can’t perform that action at this time.
0 commit comments