@@ -5,42 +5,48 @@ packages:
5
5
dependency: transitive
6
6
description:
7
7
name: async
8
- url: "https://pub.dartlang.org"
8
+ sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
9
+ url: "https://pub.dev"
9
10
source: hosted
10
- version: "2.9 .0"
11
+ version: "2.10 .0"
11
12
boolean_selector:
12
13
dependency: transitive
13
14
description:
14
15
name: boolean_selector
15
- url: "https://pub.dartlang.org"
16
+ sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
17
+ url: "https://pub.dev"
16
18
source: hosted
17
- version: "2.1.0 "
19
+ version: "2.1.1 "
18
20
characters:
19
21
dependency: transitive
20
22
description:
21
23
name: characters
22
- url: "https://pub.dartlang.org"
24
+ sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
25
+ url: "https://pub.dev"
23
26
source: hosted
24
27
version: "1.2.1"
25
28
clock:
26
29
dependency: transitive
27
30
description:
28
31
name: clock
29
- url: "https://pub.dartlang.org"
32
+ sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
33
+ url: "https://pub.dev"
30
34
source: hosted
31
35
version: "1.1.1"
32
36
collection:
33
37
dependency: transitive
34
38
description:
35
39
name: collection
36
- url: "https://pub.dartlang.org"
40
+ sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
41
+ url: "https://pub.dev"
37
42
source: hosted
38
- version: "1.16 .0"
43
+ version: "1.17 .0"
39
44
cupertino_icons:
40
45
dependency: "direct main"
41
46
description:
42
47
name: cupertino_icons
43
- url: "https://pub.dartlang.org"
48
+ sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be
49
+ url: "https://pub.dev"
44
50
source: hosted
45
51
version: "1.0.5"
46
52
desktop_webview_window:
@@ -49,26 +55,29 @@ packages:
49
55
path: ".."
50
56
relative: true
51
57
source: path
52
- version: "0.1.6 "
58
+ version: "0.2.0 "
53
59
fake_async:
54
60
dependency: transitive
55
61
description:
56
62
name: fake_async
57
- url: "https://pub.dartlang.org"
63
+ sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
64
+ url: "https://pub.dev"
58
65
source: hosted
59
66
version: "1.3.1"
60
67
ffi:
61
68
dependency: transitive
62
69
description:
63
70
name: ffi
64
- url: "https://pub.dartlang.org"
71
+ sha256: a38574032c5f1dd06c4aee541789906c12ccaab8ba01446e800d9c5b79c4a978
72
+ url: "https://pub.dev"
65
73
source: hosted
66
74
version: "2.0.1"
67
75
file:
68
76
dependency: transitive
69
77
description:
70
78
name: file
71
- url: "https://pub.dartlang.org"
79
+ sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
80
+ url: "https://pub.dev"
72
81
source: hosted
73
82
version: "6.1.4"
74
83
flutter:
@@ -80,117 +89,141 @@ packages:
80
89
dependency: "direct dev"
81
90
description:
82
91
name: flutter_lints
83
- url: "https://pub.dartlang.org"
92
+ sha256: b543301ad291598523947dc534aaddc5aaad597b709d2426d3a0e0d44c5cb493
93
+ url: "https://pub.dev"
84
94
source: hosted
85
95
version: "1.0.4"
86
96
flutter_test:
87
97
dependency: "direct dev"
88
98
description: flutter
89
99
source: sdk
90
100
version: "0.0.0"
101
+ js:
102
+ dependency: transitive
103
+ description:
104
+ name: js
105
+ sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
106
+ url: "https://pub.dev"
107
+ source: hosted
108
+ version: "0.6.5"
91
109
lints:
92
110
dependency: transitive
93
111
description:
94
112
name: lints
95
- url: "https://pub.dartlang.org"
113
+ sha256: a2c3d198cb5ea2e179926622d433331d8b58374ab8f29cdda6e863bd62fd369c
114
+ url: "https://pub.dev"
96
115
source: hosted
97
116
version: "1.0.1"
98
117
matcher:
99
118
dependency: transitive
100
119
description:
101
120
name: matcher
102
- url: "https://pub.dartlang.org"
121
+ sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
122
+ url: "https://pub.dev"
103
123
source: hosted
104
- version: "0.12.12 "
124
+ version: "0.12.13 "
105
125
material_color_utilities:
106
126
dependency: transitive
107
127
description:
108
128
name: material_color_utilities
109
- url: "https://pub.dartlang.org"
129
+ sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
130
+ url: "https://pub.dev"
110
131
source: hosted
111
- version: "0.1.5 "
132
+ version: "0.2.0 "
112
133
meta:
113
134
dependency: transitive
114
135
description:
115
136
name: meta
116
- url: "https://pub.dartlang.org"
137
+ sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
138
+ url: "https://pub.dev"
117
139
source: hosted
118
140
version: "1.8.0"
119
141
path:
120
142
dependency: transitive
121
143
description:
122
144
name: path
123
- url: "https://pub.dartlang.org"
145
+ sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
146
+ url: "https://pub.dev"
124
147
source: hosted
125
148
version: "1.8.2"
126
149
path_provider:
127
150
dependency: "direct main"
128
151
description:
129
152
name: path_provider
130
- url: "https://pub.dartlang.org"
153
+ sha256: "050e8e85e4b7fecdf2bb3682c1c64c4887a183720c802d323de8a5fd76d372dd"
154
+ url: "https://pub.dev"
131
155
source: hosted
132
156
version: "2.0.11"
133
157
path_provider_android:
134
158
dependency: transitive
135
159
description:
136
160
name: path_provider_android
137
- url: "https://pub.dartlang.org"
161
+ sha256: "4d5542667150f5b779ba411dd5dc0b674a85d1355e45bda2877e0e82f4ad08d8"
162
+ url: "https://pub.dev"
138
163
source: hosted
139
164
version: "2.0.20"
140
165
path_provider_ios:
141
166
dependency: transitive
142
167
description:
143
168
name: path_provider_ios
144
- url: "https://pub.dartlang.org"
169
+ sha256: "03d639406f5343478352433f00d3c4394d52dac8df3d847869c5e2333e0bbce8"
170
+ url: "https://pub.dev"
145
171
source: hosted
146
172
version: "2.0.11"
147
173
path_provider_linux:
148
174
dependency: transitive
149
175
description:
150
176
name: path_provider_linux
151
- url: "https://pub.dartlang.org"
177
+ sha256: ab0987bf95bc591da42dffb38c77398fc43309f0b9b894dcc5d6f40c4b26c379
178
+ url: "https://pub.dev"
152
179
source: hosted
153
180
version: "2.1.7"
154
181
path_provider_macos:
155
182
dependency: transitive
156
183
description:
157
184
name: path_provider_macos
158
- url: "https://pub.dartlang.org"
185
+ sha256: "2a97e7fbb7ae9dcd0dfc1220a78e9ec3e71da691912e617e8715ff2a13086ae8"
186
+ url: "https://pub.dev"
159
187
source: hosted
160
188
version: "2.0.6"
161
189
path_provider_platform_interface:
162
190
dependency: transitive
163
191
description:
164
192
name: path_provider_platform_interface
165
- url: "https://pub.dartlang.org"
193
+ sha256: "27dc7a224fcd07444cb5e0e60423ccacea3e13cf00fc5282ac2c918132da931d"
194
+ url: "https://pub.dev"
166
195
source: hosted
167
196
version: "2.0.4"
168
197
path_provider_windows:
169
198
dependency: transitive
170
199
description:
171
200
name: path_provider_windows
172
- url: "https://pub.dartlang.org"
201
+ sha256: "1cc550ec9881c47cb836f37e4db8f94405bd4e33b63efdd20cb9c7c68be6034b"
202
+ url: "https://pub.dev"
173
203
source: hosted
174
204
version: "2.1.2"
175
205
platform:
176
206
dependency: transitive
177
207
description:
178
208
name: platform
179
- url: "https://pub.dartlang.org"
209
+ sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76"
210
+ url: "https://pub.dev"
180
211
source: hosted
181
212
version: "3.1.0"
182
213
plugin_platform_interface:
183
214
dependency: transitive
184
215
description:
185
216
name: plugin_platform_interface
186
- url: "https://pub.dartlang.org"
217
+ sha256: "075f927ebbab4262ace8d0b283929ac5410c0ac4e7fc123c76429564facfb757"
218
+ url: "https://pub.dev"
187
219
source: hosted
188
220
version: "2.1.2"
189
221
process:
190
222
dependency: transitive
191
223
description:
192
224
name: process
193
- url: "https://pub.dartlang.org"
225
+ sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
226
+ url: "https://pub.dev"
194
227
source: hosted
195
228
version: "4.2.4"
196
229
sky_engine:
@@ -202,65 +235,74 @@ packages:
202
235
dependency: transitive
203
236
description:
204
237
name: source_span
205
- url: "https://pub.dartlang.org"
238
+ sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
239
+ url: "https://pub.dev"
206
240
source: hosted
207
- version: "1.9.0 "
241
+ version: "1.9.1 "
208
242
stack_trace:
209
243
dependency: transitive
210
244
description:
211
245
name: stack_trace
212
- url: "https://pub.dartlang.org"
246
+ sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
247
+ url: "https://pub.dev"
213
248
source: hosted
214
- version: "1.10 .0"
249
+ version: "1.11 .0"
215
250
stream_channel:
216
251
dependency: transitive
217
252
description:
218
253
name: stream_channel
219
- url: "https://pub.dartlang.org"
254
+ sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
255
+ url: "https://pub.dev"
220
256
source: hosted
221
- version: "2.1.0 "
257
+ version: "2.1.1 "
222
258
string_scanner:
223
259
dependency: transitive
224
260
description:
225
261
name: string_scanner
226
- url: "https://pub.dartlang.org"
262
+ sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
263
+ url: "https://pub.dev"
227
264
source: hosted
228
- version: "1.1.1 "
265
+ version: "1.2.0 "
229
266
term_glyph:
230
267
dependency: transitive
231
268
description:
232
269
name: term_glyph
233
- url: "https://pub.dartlang.org"
270
+ sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
271
+ url: "https://pub.dev"
234
272
source: hosted
235
273
version: "1.2.1"
236
274
test_api:
237
275
dependency: transitive
238
276
description:
239
277
name: test_api
240
- url: "https://pub.dartlang.org"
278
+ sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206
279
+ url: "https://pub.dev"
241
280
source: hosted
242
- version: "0.4.12 "
281
+ version: "0.4.16 "
243
282
vector_math:
244
283
dependency: transitive
245
284
description:
246
285
name: vector_math
247
- url: "https://pub.dartlang.org"
286
+ sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
287
+ url: "https://pub.dev"
248
288
source: hosted
249
- version: "2.1.2 "
289
+ version: "2.1.4 "
250
290
win32:
251
291
dependency: transitive
252
292
description:
253
293
name: win32
254
- url: "https://pub.dartlang.org"
294
+ sha256: "6b75ac2ddd42f5c226fdaf4498a2b04071c06f1f2b8f7ab1c3f77cc7f2285ff1"
295
+ url: "https://pub.dev"
255
296
source: hosted
256
297
version: "2.7.0"
257
298
xdg_directories:
258
299
dependency: transitive
259
300
description:
260
301
name: xdg_directories
261
- url: "https://pub.dartlang.org"
302
+ sha256: "11541eedefbcaec9de35aa82650b695297ce668662bbd6e3911a7fabdbde589f"
303
+ url: "https://pub.dev"
262
304
source: hosted
263
305
version: "0.2.0+2"
264
306
sdks:
265
- dart: ">=2.17 .0 <3.0.0"
307
+ dart: ">=2.18 .0 <3.0.0"
266
308
flutter: ">=3.0.0"
0 commit comments