1
1
# Generated by pub
2
- # See https://www.dartlang.org /tools/pub/glossary#lockfile
2
+ # See https://dart.dev /tools/pub/glossary#lockfile
3
3
packages:
4
+ archive:
5
+ dependency: transitive
6
+ description:
7
+ name: archive
8
+ url: "https://pub.dartlang.org"
9
+ source: hosted
10
+ version: "2.0.10"
11
+ args:
12
+ dependency: transitive
13
+ description:
14
+ name: args
15
+ url: "https://pub.dartlang.org"
16
+ source: hosted
17
+ version: "1.5.2"
4
18
async:
5
19
dependency: transitive
6
20
description:
7
21
name: async
8
22
url: "https://pub.dartlang.org"
9
23
source: hosted
10
- version: "2.2 .0"
24
+ version: "2.3 .0"
11
25
bloc:
12
26
dependency: "direct main"
13
27
description:
14
28
name: bloc
15
29
url: "https://pub.dartlang.org"
16
30
source: hosted
17
- version: "0.13.0 "
31
+ version: "0.16.1 "
18
32
boolean_selector:
19
33
dependency: transitive
20
34
description:
21
35
name: boolean_selector
22
36
url: "https://pub.dartlang.org"
23
37
source: hosted
24
- version: "1.0.4 "
38
+ version: "1.0.5 "
25
39
charcode:
26
40
dependency: transitive
27
41
description:
@@ -35,14 +49,28 @@ packages:
35
49
name: cloud_firestore
36
50
url: "https://pub.dartlang.org"
37
51
source: hosted
38
- version: "0.11.0+1 "
52
+ version: "0.12.9+5 "
39
53
collection:
40
54
dependency: transitive
41
55
description:
42
56
name: collection
43
57
url: "https://pub.dartlang.org"
44
58
source: hosted
45
59
version: "1.14.11"
60
+ convert:
61
+ dependency: transitive
62
+ description:
63
+ name: convert
64
+ url: "https://pub.dartlang.org"
65
+ source: hosted
66
+ version: "2.1.1"
67
+ crypto:
68
+ dependency: transitive
69
+ description:
70
+ name: crypto
71
+ url: "https://pub.dartlang.org"
72
+ source: hosted
73
+ version: "2.1.3"
46
74
firebase_core:
47
75
dependency: transitive
48
76
description:
@@ -61,12 +89,19 @@ packages:
61
89
name: flutter_bloc
62
90
url: "https://pub.dartlang.org"
63
91
source: hosted
64
- version: "0.13.0 "
92
+ version: "0.22.1 "
65
93
flutter_test:
66
94
dependency: "direct dev"
67
95
description: flutter
68
96
source: sdk
69
97
version: "0.0.0"
98
+ image:
99
+ dependency: transitive
100
+ description:
101
+ name: image
102
+ url: "https://pub.dartlang.org"
103
+ source: hosted
104
+ version: "2.1.4"
70
105
matcher:
71
106
dependency: transitive
72
107
description:
@@ -80,28 +115,42 @@ packages:
80
115
name: meta
81
116
url: "https://pub.dartlang.org"
82
117
source: hosted
83
- version: "1.1.6 "
118
+ version: "1.1.7 "
84
119
path:
85
120
dependency: transitive
86
121
description:
87
122
name: path
88
123
url: "https://pub.dartlang.org"
89
124
source: hosted
90
- version: "1.6.2 "
125
+ version: "1.6.4 "
91
126
pedantic:
92
127
dependency: transitive
93
128
description:
94
129
name: pedantic
95
130
url: "https://pub.dartlang.org"
96
131
source: hosted
97
- version: "1.5.0"
132
+ version: "1.8.0+1"
133
+ petitparser:
134
+ dependency: transitive
135
+ description:
136
+ name: petitparser
137
+ url: "https://pub.dartlang.org"
138
+ source: hosted
139
+ version: "2.4.0"
140
+ provider:
141
+ dependency: transitive
142
+ description:
143
+ name: provider
144
+ url: "https://pub.dartlang.org"
145
+ source: hosted
146
+ version: "3.1.0+1"
98
147
quiver:
99
148
dependency: transitive
100
149
description:
101
150
name: quiver
102
151
url: "https://pub.dartlang.org"
103
152
source: hosted
104
- version: "2.0.3 "
153
+ version: "2.0.5 "
105
154
rxdart:
106
155
dependency: transitive
107
156
description:
@@ -141,7 +190,7 @@ packages:
141
190
name: string_scanner
142
191
url: "https://pub.dartlang.org"
143
192
source: hosted
144
- version: "1.0.4 "
193
+ version: "1.0.5 "
145
194
term_glyph:
146
195
dependency: transitive
147
196
description:
@@ -170,6 +219,13 @@ packages:
170
219
url: "https://pub.dartlang.org"
171
220
source: hosted
172
221
version: "2.0.8"
222
+ xml:
223
+ dependency: transitive
224
+ description:
225
+ name: xml
226
+ url: "https://pub.dartlang.org"
227
+ source: hosted
228
+ version: "3.5.0"
173
229
sdks:
174
- dart: ">=2.2.2 <3.0.0"
175
- flutter: ">=1.2 .0 <2.0.0"
230
+ dart: ">=2.4.0 <3.0.0"
231
+ flutter: ">=1.5 .0 <2.0.0"
0 commit comments