@@ -7,35 +7,56 @@ packages:
7
7
name: async
8
8
url: "https://pub.dartlang.org"
9
9
source: hosted
10
- version: "2.3.0 "
10
+ version: "2.6.1 "
11
11
boolean_selector:
12
12
dependency: transitive
13
13
description:
14
14
name: boolean_selector
15
15
url: "https://pub.dartlang.org"
16
16
source: hosted
17
- version: "1.0.5"
17
+ version: "2.1.0"
18
+ characters:
19
+ dependency: transitive
20
+ description:
21
+ name: characters
22
+ url: "https://pub.dartlang.org"
23
+ source: hosted
24
+ version: "1.1.0"
18
25
charcode:
19
26
dependency: transitive
20
27
description:
21
28
name: charcode
22
29
url: "https://pub.dartlang.org"
23
30
source: hosted
24
- version: "1.1.2"
31
+ version: "1.2.0"
32
+ clock:
33
+ dependency: transitive
34
+ description:
35
+ name: clock
36
+ url: "https://pub.dartlang.org"
37
+ source: hosted
38
+ version: "1.1.0"
25
39
collection:
26
40
dependency: transitive
27
41
description:
28
42
name: collection
29
43
url: "https://pub.dartlang.org"
30
44
source: hosted
31
- version: "1.14.11 "
45
+ version: "1.15.0 "
32
46
cupertino_icons:
33
47
dependency: "direct main"
34
48
description:
35
49
name: cupertino_icons
36
50
url: "https://pub.dartlang.org"
37
51
source: hosted
38
52
version: "0.1.2"
53
+ fake_async:
54
+ dependency: transitive
55
+ description:
56
+ name: fake_async
57
+ url: "https://pub.dartlang.org"
58
+ source: hosted
59
+ version: "1.2.0"
39
60
flutter:
40
61
dependency: "direct main"
41
62
description: flutter
@@ -47,7 +68,7 @@ packages:
47
68
path: ".."
48
69
relative: true
49
70
source: path
50
- version: "1.0.19 "
71
+ version: "1.0.21 "
51
72
flutter_test:
52
73
dependency: "direct dev"
53
74
description: flutter
@@ -59,35 +80,21 @@ packages:
59
80
name: matcher
60
81
url: "https://pub.dartlang.org"
61
82
source: hosted
62
- version: "0.12.5 "
83
+ version: "0.12.10 "
63
84
meta:
64
85
dependency: transitive
65
86
description:
66
87
name: meta
67
88
url: "https://pub.dartlang.org"
68
89
source: hosted
69
- version: "1.1.7 "
90
+ version: "1.3.0 "
70
91
path:
71
92
dependency: transitive
72
93
description:
73
94
name: path
74
95
url: "https://pub.dartlang.org"
75
96
source: hosted
76
- version: "1.6.4"
77
- pedantic:
78
- dependency: transitive
79
- description:
80
- name: pedantic
81
- url: "https://pub.dartlang.org"
82
- source: hosted
83
- version: "1.8.0+1"
84
- quiver:
85
- dependency: transitive
86
- description:
87
- name: quiver
88
- url: "https://pub.dartlang.org"
89
- source: hosted
90
- version: "2.0.5"
97
+ version: "1.8.0"
91
98
sky_engine:
92
99
dependency: transitive
93
100
description: flutter
@@ -99,55 +106,56 @@ packages:
99
106
name: source_span
100
107
url: "https://pub.dartlang.org"
101
108
source: hosted
102
- version: "1.5.5 "
109
+ version: "1.8.1 "
103
110
stack_trace:
104
111
dependency: transitive
105
112
description:
106
113
name: stack_trace
107
114
url: "https://pub.dartlang.org"
108
115
source: hosted
109
- version: "1.9.3 "
116
+ version: "1.10.0 "
110
117
stream_channel:
111
118
dependency: transitive
112
119
description:
113
120
name: stream_channel
114
121
url: "https://pub.dartlang.org"
115
122
source: hosted
116
- version: "2.0 .0"
123
+ version: "2.1 .0"
117
124
string_scanner:
118
125
dependency: transitive
119
126
description:
120
127
name: string_scanner
121
128
url: "https://pub.dartlang.org"
122
129
source: hosted
123
- version: "1.0.5 "
130
+ version: "1.1.0 "
124
131
term_glyph:
125
132
dependency: transitive
126
133
description:
127
134
name: term_glyph
128
135
url: "https://pub.dartlang.org"
129
136
source: hosted
130
- version: "1.1 .0"
137
+ version: "1.2 .0"
131
138
test_api:
132
139
dependency: transitive
133
140
description:
134
141
name: test_api
135
142
url: "https://pub.dartlang.org"
136
143
source: hosted
137
- version: "0.2.5 "
144
+ version: "0.3.0 "
138
145
typed_data:
139
146
dependency: transitive
140
147
description:
141
148
name: typed_data
142
149
url: "https://pub.dartlang.org"
143
150
source: hosted
144
- version: "1.1.6 "
151
+ version: "1.3.0 "
145
152
vector_math:
146
153
dependency: transitive
147
154
description:
148
155
name: vector_math
149
156
url: "https://pub.dartlang.org"
150
157
source: hosted
151
- version: "2.0.8 "
158
+ version: "2.1.0 "
152
159
sdks:
153
- dart: ">=2.2.2 <3.0.0"
160
+ dart: ">=2.12.0 <3.0.0"
161
+ flutter: ">=1.12.0"
0 commit comments