flet-audio 0.1.0.dev1__py3-none-any.whl → 0.1.0.dev3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of flet-audio might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: flet-audio
3
- Version: 0.1.0.dev1
3
+ Version: 0.1.0.dev3
4
4
  Summary: Audio control for Flet
5
5
  Author-email: Flet contributors <hello@flet.dev>
6
6
  Project-URL: Homepage, https://flet.dev
@@ -4,11 +4,12 @@ flutter/flet_audio/CHANGELOG.md,sha256=66sWepPaeTc9_lzcYIGU55AlxSU5Z1XVtknXpzd_-
4
4
  flutter/flet_audio/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
5
5
  flutter/flet_audio/README.md,sha256=BEITqZ4okarTGCquI4ii6tdffGm2qyxMkMZbsedCwLQ,60
6
6
  flutter/flet_audio/analysis_options.yaml,sha256=32kjGAc-zF87inWaH5M46yGZWQDTwrwfvNLHeAocfG4,154
7
+ flutter/flet_audio/pubspec.lock,sha256=bbzfXZEJ0Rtk69vgke9WDF3PWu88fQmqZkuvT0OStbw,24670
7
8
  flutter/flet_audio/pubspec.yaml,sha256=7cPhnVgP-HwH12ZM21ZJD5YvFryebZ0k3f8HyVCie6Y,402
8
9
  flutter/flet_audio/lib/flet_audio.dart,sha256=JH7ukuJeIBlZgn3VUvaGKC-MJdqTPNJLIeeo3E98qy0,93
9
10
  flutter/flet_audio/lib/src/audio.dart,sha256=b4YNKucDyIkPoKS8aKXXU1X2wg2hCzRY3mNPcO4r0-s,8422
10
11
  flutter/flet_audio/lib/src/create_control.dart,sha256=RtKBnV4KO8LIBDraM_QYZ03kz17HgVAEkjdnJPCj_EA,427
11
- flet_audio-0.1.0.dev1.dist-info/METADATA,sha256=P8OPe8SXFWmOyJnEXfsd-lsyf-XR_KXW3QuDAa-HMf8,1090
12
- flet_audio-0.1.0.dev1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
13
- flet_audio-0.1.0.dev1.dist-info/top_level.txt,sha256=hZbGOXppSiKRUWJf1ZRlBKMyfijq6Y-8DffGOh10Wq4,19
14
- flet_audio-0.1.0.dev1.dist-info/RECORD,,
12
+ flet_audio-0.1.0.dev3.dist-info/METADATA,sha256=1WPG4kZix71edzoW9IMUCbVwJZT7R7r3yGDq6TINjAs,1090
13
+ flet_audio-0.1.0.dev3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
14
+ flet_audio-0.1.0.dev3.dist-info/top_level.txt,sha256=hZbGOXppSiKRUWJf1ZRlBKMyfijq6Y-8DffGOh10Wq4,19
15
+ flet_audio-0.1.0.dev3.dist-info/RECORD,,
@@ -0,0 +1,831 @@
1
+ # Generated by pub
2
+ # See https://dart.dev/tools/pub/glossary#lockfile
3
+ packages:
4
+ args:
5
+ dependency: transitive
6
+ description:
7
+ name: args
8
+ sha256: bf9f5caeea8d8fe6721a9c358dd8a5c1947b27f1cfaa18b39c301273594919e6
9
+ url: "https://pub.dev"
10
+ source: hosted
11
+ version: "2.6.0"
12
+ async:
13
+ dependency: transitive
14
+ description:
15
+ name: async
16
+ sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
17
+ url: "https://pub.dev"
18
+ source: hosted
19
+ version: "2.11.0"
20
+ audioplayers:
21
+ dependency: "direct main"
22
+ description:
23
+ name: audioplayers
24
+ sha256: c05c6147124cd63e725e861335a8b4d57300b80e6e92cea7c145c739223bbaef
25
+ url: "https://pub.dev"
26
+ source: hosted
27
+ version: "5.2.1"
28
+ audioplayers_android:
29
+ dependency: transitive
30
+ description:
31
+ name: audioplayers_android
32
+ sha256: b00e1a0e11365d88576320ec2d8c192bc21f1afb6c0e5995d1c57ae63156acb5
33
+ url: "https://pub.dev"
34
+ source: hosted
35
+ version: "4.0.3"
36
+ audioplayers_darwin:
37
+ dependency: transitive
38
+ description:
39
+ name: audioplayers_darwin
40
+ sha256: "3034e99a6df8d101da0f5082dcca0a2a99db62ab1d4ddb3277bed3f6f81afe08"
41
+ url: "https://pub.dev"
42
+ source: hosted
43
+ version: "5.0.2"
44
+ audioplayers_linux:
45
+ dependency: transitive
46
+ description:
47
+ name: audioplayers_linux
48
+ sha256: "60787e73fefc4d2e0b9c02c69885402177e818e4e27ef087074cf27c02246c9e"
49
+ url: "https://pub.dev"
50
+ source: hosted
51
+ version: "3.1.0"
52
+ audioplayers_platform_interface:
53
+ dependency: transitive
54
+ description:
55
+ name: audioplayers_platform_interface
56
+ sha256: "365c547f1bb9e77d94dd1687903a668d8f7ac3409e48e6e6a3668a1ac2982adb"
57
+ url: "https://pub.dev"
58
+ source: hosted
59
+ version: "6.1.0"
60
+ audioplayers_web:
61
+ dependency: transitive
62
+ description:
63
+ name: audioplayers_web
64
+ sha256: "22cd0173e54d92bd9b2c80b1204eb1eb159ece87475ab58c9788a70ec43c2a62"
65
+ url: "https://pub.dev"
66
+ source: hosted
67
+ version: "4.1.0"
68
+ audioplayers_windows:
69
+ dependency: transitive
70
+ description:
71
+ name: audioplayers_windows
72
+ sha256: "9536812c9103563644ada2ef45ae523806b0745f7a78e89d1b5fb1951de90e1a"
73
+ url: "https://pub.dev"
74
+ source: hosted
75
+ version: "3.1.0"
76
+ boolean_selector:
77
+ dependency: transitive
78
+ description:
79
+ name: boolean_selector
80
+ sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
81
+ url: "https://pub.dev"
82
+ source: hosted
83
+ version: "2.1.1"
84
+ characters:
85
+ dependency: transitive
86
+ description:
87
+ name: characters
88
+ sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
89
+ url: "https://pub.dev"
90
+ source: hosted
91
+ version: "1.3.0"
92
+ clock:
93
+ dependency: transitive
94
+ description:
95
+ name: clock
96
+ sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
97
+ url: "https://pub.dev"
98
+ source: hosted
99
+ version: "1.1.1"
100
+ collection:
101
+ dependency: "direct main"
102
+ description:
103
+ name: collection
104
+ sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
105
+ url: "https://pub.dev"
106
+ source: hosted
107
+ version: "1.18.0"
108
+ cross_file:
109
+ dependency: transitive
110
+ description:
111
+ name: cross_file
112
+ sha256: "7caf6a750a0c04effbb52a676dce9a4a592e10ad35c34d6d2d0e4811160d5670"
113
+ url: "https://pub.dev"
114
+ source: hosted
115
+ version: "0.3.4+2"
116
+ crypto:
117
+ dependency: transitive
118
+ description:
119
+ name: crypto
120
+ sha256: "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855"
121
+ url: "https://pub.dev"
122
+ source: hosted
123
+ version: "3.0.6"
124
+ equatable:
125
+ dependency: transitive
126
+ description:
127
+ name: equatable
128
+ sha256: "567c64b3cb4cf82397aac55f4f0cbd3ca20d77c6c03bedbc4ceaddc08904aef7"
129
+ url: "https://pub.dev"
130
+ source: hosted
131
+ version: "2.0.7"
132
+ fake_async:
133
+ dependency: transitive
134
+ description:
135
+ name: fake_async
136
+ sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
137
+ url: "https://pub.dev"
138
+ source: hosted
139
+ version: "1.3.1"
140
+ ffi:
141
+ dependency: transitive
142
+ description:
143
+ name: ffi
144
+ sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6"
145
+ url: "https://pub.dev"
146
+ source: hosted
147
+ version: "2.1.3"
148
+ file:
149
+ dependency: transitive
150
+ description:
151
+ name: file
152
+ sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
153
+ url: "https://pub.dev"
154
+ source: hosted
155
+ version: "7.0.1"
156
+ file_picker:
157
+ dependency: transitive
158
+ description:
159
+ name: file_picker
160
+ sha256: c904b4ab56d53385563c7c39d8e9fa9af086f91495dfc48717ad84a42c3cf204
161
+ url: "https://pub.dev"
162
+ source: hosted
163
+ version: "8.1.7"
164
+ fixnum:
165
+ dependency: transitive
166
+ description:
167
+ name: fixnum
168
+ sha256: b6dc7065e46c974bc7c5f143080a6764ec7a4be6da1285ececdc37be96de53be
169
+ url: "https://pub.dev"
170
+ source: hosted
171
+ version: "1.1.1"
172
+ fl_chart:
173
+ dependency: transitive
174
+ description:
175
+ name: fl_chart
176
+ sha256: "74959b99b92b9eebeed1a4049426fd67c4abc3c5a0f4d12e2877097d6a11ae08"
177
+ url: "https://pub.dev"
178
+ source: hosted
179
+ version: "0.69.2"
180
+ flet:
181
+ dependency: "direct main"
182
+ description:
183
+ name: flet
184
+ sha256: "225b22676644352aa285d7cca81ecdf48dcc791aa5715dd98b3e689ebd92bf03"
185
+ url: "https://pub.dev"
186
+ source: hosted
187
+ version: "0.25.2"
188
+ flutter:
189
+ dependency: "direct main"
190
+ description: flutter
191
+ source: sdk
192
+ version: "0.0.0"
193
+ flutter_highlight:
194
+ dependency: transitive
195
+ description:
196
+ name: flutter_highlight
197
+ sha256: "7b96333867aa07e122e245c033b8ad622e4e3a42a1a2372cbb098a2541d8782c"
198
+ url: "https://pub.dev"
199
+ source: hosted
200
+ version: "0.7.0"
201
+ flutter_lints:
202
+ dependency: "direct dev"
203
+ description:
204
+ name: flutter_lints
205
+ sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04
206
+ url: "https://pub.dev"
207
+ source: hosted
208
+ version: "2.0.3"
209
+ flutter_localizations:
210
+ dependency: transitive
211
+ description: flutter
212
+ source: sdk
213
+ version: "0.0.0"
214
+ flutter_markdown:
215
+ dependency: transitive
216
+ description:
217
+ name: flutter_markdown
218
+ sha256: e37f4c69a07b07bb92622ef6b131a53c9aae48f64b176340af9e8e5238718487
219
+ url: "https://pub.dev"
220
+ source: hosted
221
+ version: "0.7.5"
222
+ flutter_plugin_android_lifecycle:
223
+ dependency: transitive
224
+ description:
225
+ name: flutter_plugin_android_lifecycle
226
+ sha256: "615a505aef59b151b46bbeef55b36ce2b6ed299d160c51d84281946f0aa0ce0e"
227
+ url: "https://pub.dev"
228
+ source: hosted
229
+ version: "2.0.24"
230
+ flutter_redux:
231
+ dependency: transitive
232
+ description:
233
+ name: flutter_redux
234
+ sha256: "3b20be9e08d0038e1452fbfa1fdb1ea0a7c3738c997734530b3c6d0bb5fcdbdc"
235
+ url: "https://pub.dev"
236
+ source: hosted
237
+ version: "0.10.0"
238
+ flutter_svg:
239
+ dependency: transitive
240
+ description:
241
+ name: flutter_svg
242
+ sha256: c200fd79c918a40c5cd50ea0877fa13f81bdaf6f0a5d3dbcc2a13e3285d6aa1b
243
+ url: "https://pub.dev"
244
+ source: hosted
245
+ version: "2.0.17"
246
+ flutter_test:
247
+ dependency: "direct dev"
248
+ description: flutter
249
+ source: sdk
250
+ version: "0.0.0"
251
+ flutter_web_plugins:
252
+ dependency: transitive
253
+ description: flutter
254
+ source: sdk
255
+ version: "0.0.0"
256
+ highlight:
257
+ dependency: transitive
258
+ description:
259
+ name: highlight
260
+ sha256: "5353a83ffe3e3eca7df0abfb72dcf3fa66cc56b953728e7113ad4ad88497cf21"
261
+ url: "https://pub.dev"
262
+ source: hosted
263
+ version: "0.7.0"
264
+ http:
265
+ dependency: transitive
266
+ description:
267
+ name: http
268
+ sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010
269
+ url: "https://pub.dev"
270
+ source: hosted
271
+ version: "1.2.2"
272
+ http_parser:
273
+ dependency: transitive
274
+ description:
275
+ name: http_parser
276
+ sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
277
+ url: "https://pub.dev"
278
+ source: hosted
279
+ version: "4.0.2"
280
+ intl:
281
+ dependency: transitive
282
+ description:
283
+ name: intl
284
+ sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
285
+ url: "https://pub.dev"
286
+ source: hosted
287
+ version: "0.19.0"
288
+ js:
289
+ dependency: transitive
290
+ description:
291
+ name: js
292
+ sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
293
+ url: "https://pub.dev"
294
+ source: hosted
295
+ version: "0.6.7"
296
+ json_annotation:
297
+ dependency: transitive
298
+ description:
299
+ name: json_annotation
300
+ sha256: "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1"
301
+ url: "https://pub.dev"
302
+ source: hosted
303
+ version: "4.9.0"
304
+ leak_tracker:
305
+ dependency: transitive
306
+ description:
307
+ name: leak_tracker
308
+ sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
309
+ url: "https://pub.dev"
310
+ source: hosted
311
+ version: "10.0.5"
312
+ leak_tracker_flutter_testing:
313
+ dependency: transitive
314
+ description:
315
+ name: leak_tracker_flutter_testing
316
+ sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
317
+ url: "https://pub.dev"
318
+ source: hosted
319
+ version: "3.0.5"
320
+ leak_tracker_testing:
321
+ dependency: transitive
322
+ description:
323
+ name: leak_tracker_testing
324
+ sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
325
+ url: "https://pub.dev"
326
+ source: hosted
327
+ version: "3.0.1"
328
+ lints:
329
+ dependency: transitive
330
+ description:
331
+ name: lints
332
+ sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
333
+ url: "https://pub.dev"
334
+ source: hosted
335
+ version: "2.1.1"
336
+ logging:
337
+ dependency: transitive
338
+ description:
339
+ name: logging
340
+ sha256: c8245ada5f1717ed44271ed1c26b8ce85ca3228fd2ffdb75468ab01979309d61
341
+ url: "https://pub.dev"
342
+ source: hosted
343
+ version: "1.3.0"
344
+ markdown:
345
+ dependency: transitive
346
+ description:
347
+ name: markdown
348
+ sha256: "935e23e1ff3bc02d390bad4d4be001208ee92cc217cb5b5a6c19bc14aaa318c1"
349
+ url: "https://pub.dev"
350
+ source: hosted
351
+ version: "7.3.0"
352
+ matcher:
353
+ dependency: transitive
354
+ description:
355
+ name: matcher
356
+ sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
357
+ url: "https://pub.dev"
358
+ source: hosted
359
+ version: "0.12.16+1"
360
+ material_color_utilities:
361
+ dependency: transitive
362
+ description:
363
+ name: material_color_utilities
364
+ sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
365
+ url: "https://pub.dev"
366
+ source: hosted
367
+ version: "0.11.1"
368
+ meta:
369
+ dependency: transitive
370
+ description:
371
+ name: meta
372
+ sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
373
+ url: "https://pub.dev"
374
+ source: hosted
375
+ version: "1.15.0"
376
+ path:
377
+ dependency: transitive
378
+ description:
379
+ name: path
380
+ sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
381
+ url: "https://pub.dev"
382
+ source: hosted
383
+ version: "1.9.0"
384
+ path_parsing:
385
+ dependency: transitive
386
+ description:
387
+ name: path_parsing
388
+ sha256: "883402936929eac138ee0a45da5b0f2c80f89913e6dc3bf77eb65b84b409c6ca"
389
+ url: "https://pub.dev"
390
+ source: hosted
391
+ version: "1.1.0"
392
+ path_provider:
393
+ dependency: transitive
394
+ description:
395
+ name: path_provider
396
+ sha256: "50c5dd5b6e1aaf6fb3a78b33f6aa3afca52bf903a8a5298f53101fdaee55bbcd"
397
+ url: "https://pub.dev"
398
+ source: hosted
399
+ version: "2.1.5"
400
+ path_provider_android:
401
+ dependency: transitive
402
+ description:
403
+ name: path_provider_android
404
+ sha256: "4adf4fd5423ec60a29506c76581bc05854c55e3a0b72d35bb28d661c9686edf2"
405
+ url: "https://pub.dev"
406
+ source: hosted
407
+ version: "2.2.15"
408
+ path_provider_foundation:
409
+ dependency: transitive
410
+ description:
411
+ name: path_provider_foundation
412
+ sha256: "4843174df4d288f5e29185bd6e72a6fbdf5a4a4602717eed565497429f179942"
413
+ url: "https://pub.dev"
414
+ source: hosted
415
+ version: "2.4.1"
416
+ path_provider_linux:
417
+ dependency: transitive
418
+ description:
419
+ name: path_provider_linux
420
+ sha256: f7a1fe3a634fe7734c8d3f2766ad746ae2a2884abe22e241a8b301bf5cac3279
421
+ url: "https://pub.dev"
422
+ source: hosted
423
+ version: "2.2.1"
424
+ path_provider_platform_interface:
425
+ dependency: transitive
426
+ description:
427
+ name: path_provider_platform_interface
428
+ sha256: "88f5779f72ba699763fa3a3b06aa4bf6de76c8e5de842cf6f29e2e06476c2334"
429
+ url: "https://pub.dev"
430
+ source: hosted
431
+ version: "2.1.2"
432
+ path_provider_windows:
433
+ dependency: transitive
434
+ description:
435
+ name: path_provider_windows
436
+ sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7
437
+ url: "https://pub.dev"
438
+ source: hosted
439
+ version: "2.3.0"
440
+ petitparser:
441
+ dependency: transitive
442
+ description:
443
+ name: petitparser
444
+ sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27
445
+ url: "https://pub.dev"
446
+ source: hosted
447
+ version: "6.0.2"
448
+ platform:
449
+ dependency: transitive
450
+ description:
451
+ name: platform
452
+ sha256: "5d6b1b0036a5f331ebc77c850ebc8506cbc1e9416c27e59b439f917a902a4984"
453
+ url: "https://pub.dev"
454
+ source: hosted
455
+ version: "3.1.6"
456
+ plugin_platform_interface:
457
+ dependency: transitive
458
+ description:
459
+ name: plugin_platform_interface
460
+ sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02"
461
+ url: "https://pub.dev"
462
+ source: hosted
463
+ version: "2.1.8"
464
+ redux:
465
+ dependency: transitive
466
+ description:
467
+ name: redux
468
+ sha256: "1e86ed5b1a9a717922d0a0ca41f9bf49c1a587d50050e9426fc65b14e85ec4d7"
469
+ url: "https://pub.dev"
470
+ source: hosted
471
+ version: "5.0.0"
472
+ screen_retriever:
473
+ dependency: transitive
474
+ description:
475
+ name: screen_retriever
476
+ sha256: "570dbc8e4f70bac451e0efc9c9bb19fa2d6799a11e6ef04f946d7886d2e23d0c"
477
+ url: "https://pub.dev"
478
+ source: hosted
479
+ version: "0.2.0"
480
+ screen_retriever_linux:
481
+ dependency: transitive
482
+ description:
483
+ name: screen_retriever_linux
484
+ sha256: f7f8120c92ef0784e58491ab664d01efda79a922b025ff286e29aa123ea3dd18
485
+ url: "https://pub.dev"
486
+ source: hosted
487
+ version: "0.2.0"
488
+ screen_retriever_macos:
489
+ dependency: transitive
490
+ description:
491
+ name: screen_retriever_macos
492
+ sha256: "71f956e65c97315dd661d71f828708bd97b6d358e776f1a30d5aa7d22d78a149"
493
+ url: "https://pub.dev"
494
+ source: hosted
495
+ version: "0.2.0"
496
+ screen_retriever_platform_interface:
497
+ dependency: transitive
498
+ description:
499
+ name: screen_retriever_platform_interface
500
+ sha256: ee197f4581ff0d5608587819af40490748e1e39e648d7680ecf95c05197240c0
501
+ url: "https://pub.dev"
502
+ source: hosted
503
+ version: "0.2.0"
504
+ screen_retriever_windows:
505
+ dependency: transitive
506
+ description:
507
+ name: screen_retriever_windows
508
+ sha256: "449ee257f03ca98a57288ee526a301a430a344a161f9202b4fcc38576716fe13"
509
+ url: "https://pub.dev"
510
+ source: hosted
511
+ version: "0.2.0"
512
+ sensors_plus:
513
+ dependency: transitive
514
+ description:
515
+ name: sensors_plus
516
+ sha256: "8e7fa79b4940442bb595bfc0ee9da4af5a22a0fe6ebacc74998245ee9496a82d"
517
+ url: "https://pub.dev"
518
+ source: hosted
519
+ version: "4.0.2"
520
+ sensors_plus_platform_interface:
521
+ dependency: transitive
522
+ description:
523
+ name: sensors_plus_platform_interface
524
+ sha256: bc472d6cfd622acb4f020e726433ee31788b038056691ba433fec80e448a094f
525
+ url: "https://pub.dev"
526
+ source: hosted
527
+ version: "1.2.0"
528
+ shared_preferences:
529
+ dependency: transitive
530
+ description:
531
+ name: shared_preferences
532
+ sha256: a752ce92ea7540fc35a0d19722816e04d0e72828a4200e83a98cf1a1eb524c9a
533
+ url: "https://pub.dev"
534
+ source: hosted
535
+ version: "2.3.5"
536
+ shared_preferences_android:
537
+ dependency: transitive
538
+ description:
539
+ name: shared_preferences_android
540
+ sha256: bf808be89fe9dc467475e982c1db6c2faf3d2acf54d526cd5ec37d86c99dbd84
541
+ url: "https://pub.dev"
542
+ source: hosted
543
+ version: "2.4.1"
544
+ shared_preferences_foundation:
545
+ dependency: transitive
546
+ description:
547
+ name: shared_preferences_foundation
548
+ sha256: "6a52cfcdaeac77cad8c97b539ff688ccfc458c007b4db12be584fbe5c0e49e03"
549
+ url: "https://pub.dev"
550
+ source: hosted
551
+ version: "2.5.4"
552
+ shared_preferences_linux:
553
+ dependency: transitive
554
+ description:
555
+ name: shared_preferences_linux
556
+ sha256: "580abfd40f415611503cae30adf626e6656dfb2f0cee8f465ece7b6defb40f2f"
557
+ url: "https://pub.dev"
558
+ source: hosted
559
+ version: "2.4.1"
560
+ shared_preferences_platform_interface:
561
+ dependency: transitive
562
+ description:
563
+ name: shared_preferences_platform_interface
564
+ sha256: "57cbf196c486bc2cf1f02b85784932c6094376284b3ad5779d1b1c6c6a816b80"
565
+ url: "https://pub.dev"
566
+ source: hosted
567
+ version: "2.4.1"
568
+ shared_preferences_web:
569
+ dependency: transitive
570
+ description:
571
+ name: shared_preferences_web
572
+ sha256: d2ca4132d3946fec2184261726b355836a82c33d7d5b67af32692aff18a4684e
573
+ url: "https://pub.dev"
574
+ source: hosted
575
+ version: "2.4.2"
576
+ shared_preferences_windows:
577
+ dependency: transitive
578
+ description:
579
+ name: shared_preferences_windows
580
+ sha256: "94ef0f72b2d71bc3e700e025db3710911bd51a71cefb65cc609dd0d9a982e3c1"
581
+ url: "https://pub.dev"
582
+ source: hosted
583
+ version: "2.4.1"
584
+ sky_engine:
585
+ dependency: transitive
586
+ description: flutter
587
+ source: sdk
588
+ version: "0.0.99"
589
+ source_span:
590
+ dependency: transitive
591
+ description:
592
+ name: source_span
593
+ sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
594
+ url: "https://pub.dev"
595
+ source: hosted
596
+ version: "1.10.0"
597
+ sprintf:
598
+ dependency: transitive
599
+ description:
600
+ name: sprintf
601
+ sha256: "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23"
602
+ url: "https://pub.dev"
603
+ source: hosted
604
+ version: "7.0.0"
605
+ stack_trace:
606
+ dependency: transitive
607
+ description:
608
+ name: stack_trace
609
+ sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
610
+ url: "https://pub.dev"
611
+ source: hosted
612
+ version: "1.11.1"
613
+ stream_channel:
614
+ dependency: transitive
615
+ description:
616
+ name: stream_channel
617
+ sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
618
+ url: "https://pub.dev"
619
+ source: hosted
620
+ version: "2.1.2"
621
+ string_scanner:
622
+ dependency: transitive
623
+ description:
624
+ name: string_scanner
625
+ sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
626
+ url: "https://pub.dev"
627
+ source: hosted
628
+ version: "1.2.0"
629
+ synchronized:
630
+ dependency: transitive
631
+ description:
632
+ name: synchronized
633
+ sha256: "69fe30f3a8b04a0be0c15ae6490fc859a78ef4c43ae2dd5e8a623d45bfcf9225"
634
+ url: "https://pub.dev"
635
+ source: hosted
636
+ version: "3.3.0+3"
637
+ term_glyph:
638
+ dependency: transitive
639
+ description:
640
+ name: term_glyph
641
+ sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
642
+ url: "https://pub.dev"
643
+ source: hosted
644
+ version: "1.2.1"
645
+ test_api:
646
+ dependency: transitive
647
+ description:
648
+ name: test_api
649
+ sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
650
+ url: "https://pub.dev"
651
+ source: hosted
652
+ version: "0.7.2"
653
+ typed_data:
654
+ dependency: transitive
655
+ description:
656
+ name: typed_data
657
+ sha256: f9049c039ebfeb4cf7a7104a675823cd72dba8297f264b6637062516699fa006
658
+ url: "https://pub.dev"
659
+ source: hosted
660
+ version: "1.4.0"
661
+ url_launcher:
662
+ dependency: transitive
663
+ description:
664
+ name: url_launcher
665
+ sha256: "9d06212b1362abc2f0f0d78e6f09f726608c74e3b9462e8368bb03314aa8d603"
666
+ url: "https://pub.dev"
667
+ source: hosted
668
+ version: "6.3.1"
669
+ url_launcher_android:
670
+ dependency: transitive
671
+ description:
672
+ name: url_launcher_android
673
+ sha256: "6fc2f56536ee873eeb867ad176ae15f304ccccc357848b351f6f0d8d4a40d193"
674
+ url: "https://pub.dev"
675
+ source: hosted
676
+ version: "6.3.14"
677
+ url_launcher_ios:
678
+ dependency: transitive
679
+ description:
680
+ name: url_launcher_ios
681
+ sha256: "16a513b6c12bb419304e72ea0ae2ab4fed569920d1c7cb850263fe3acc824626"
682
+ url: "https://pub.dev"
683
+ source: hosted
684
+ version: "6.3.2"
685
+ url_launcher_linux:
686
+ dependency: transitive
687
+ description:
688
+ name: url_launcher_linux
689
+ sha256: "4e9ba368772369e3e08f231d2301b4ef72b9ff87c31192ef471b380ef29a4935"
690
+ url: "https://pub.dev"
691
+ source: hosted
692
+ version: "3.2.1"
693
+ url_launcher_macos:
694
+ dependency: transitive
695
+ description:
696
+ name: url_launcher_macos
697
+ sha256: "17ba2000b847f334f16626a574c702b196723af2a289e7a93ffcb79acff855c2"
698
+ url: "https://pub.dev"
699
+ source: hosted
700
+ version: "3.2.2"
701
+ url_launcher_platform_interface:
702
+ dependency: transitive
703
+ description:
704
+ name: url_launcher_platform_interface
705
+ sha256: "552f8a1e663569be95a8190206a38187b531910283c3e982193e4f2733f01029"
706
+ url: "https://pub.dev"
707
+ source: hosted
708
+ version: "2.3.2"
709
+ url_launcher_web:
710
+ dependency: transitive
711
+ description:
712
+ name: url_launcher_web
713
+ sha256: "772638d3b34c779ede05ba3d38af34657a05ac55b06279ea6edd409e323dca8e"
714
+ url: "https://pub.dev"
715
+ source: hosted
716
+ version: "2.3.3"
717
+ url_launcher_windows:
718
+ dependency: transitive
719
+ description:
720
+ name: url_launcher_windows
721
+ sha256: "3284b6d2ac454cf34f114e1d3319866fdd1e19cdc329999057e44ffe936cfa77"
722
+ url: "https://pub.dev"
723
+ source: hosted
724
+ version: "3.1.4"
725
+ uuid:
726
+ dependency: transitive
727
+ description:
728
+ name: uuid
729
+ sha256: a5be9ef6618a7ac1e964353ef476418026db906c4facdedaa299b7a2e71690ff
730
+ url: "https://pub.dev"
731
+ source: hosted
732
+ version: "4.5.1"
733
+ vector_graphics:
734
+ dependency: transitive
735
+ description:
736
+ name: vector_graphics
737
+ sha256: "27d5fefe86fb9aace4a9f8375b56b3c292b64d8c04510df230f849850d912cb7"
738
+ url: "https://pub.dev"
739
+ source: hosted
740
+ version: "1.1.15"
741
+ vector_graphics_codec:
742
+ dependency: transitive
743
+ description:
744
+ name: vector_graphics_codec
745
+ sha256: "99fd9fbd34d9f9a32efd7b6a6aae14125d8237b10403b422a6a6dfeac2806146"
746
+ url: "https://pub.dev"
747
+ source: hosted
748
+ version: "1.1.13"
749
+ vector_graphics_compiler:
750
+ dependency: transitive
751
+ description:
752
+ name: vector_graphics_compiler
753
+ sha256: "1b4b9e706a10294258727674a340ae0d6e64a7231980f9f9a3d12e4b42407aad"
754
+ url: "https://pub.dev"
755
+ source: hosted
756
+ version: "1.1.16"
757
+ vector_math:
758
+ dependency: transitive
759
+ description:
760
+ name: vector_math
761
+ sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
762
+ url: "https://pub.dev"
763
+ source: hosted
764
+ version: "2.1.4"
765
+ vm_service:
766
+ dependency: transitive
767
+ description:
768
+ name: vm_service
769
+ sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
770
+ url: "https://pub.dev"
771
+ source: hosted
772
+ version: "14.2.4"
773
+ web:
774
+ dependency: transitive
775
+ description:
776
+ name: web
777
+ sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb
778
+ url: "https://pub.dev"
779
+ source: hosted
780
+ version: "1.1.0"
781
+ web_socket_channel:
782
+ dependency: transitive
783
+ description:
784
+ name: web_socket_channel
785
+ sha256: d88238e5eac9a42bb43ca4e721edba3c08c6354d4a53063afaa568516217621b
786
+ url: "https://pub.dev"
787
+ source: hosted
788
+ version: "2.4.0"
789
+ win32:
790
+ dependency: transitive
791
+ description:
792
+ name: win32
793
+ sha256: "154360849a56b7b67331c21f09a386562d88903f90a1099c5987afc1912e1f29"
794
+ url: "https://pub.dev"
795
+ source: hosted
796
+ version: "5.10.0"
797
+ window_manager:
798
+ dependency: transitive
799
+ description:
800
+ name: window_manager
801
+ sha256: "732896e1416297c63c9e3fb95aea72d0355f61390263982a47fd519169dc5059"
802
+ url: "https://pub.dev"
803
+ source: hosted
804
+ version: "0.4.3"
805
+ window_to_front:
806
+ dependency: transitive
807
+ description:
808
+ name: window_to_front
809
+ sha256: "7aef379752b7190c10479e12b5fd7c0b9d92adc96817d9e96c59937929512aee"
810
+ url: "https://pub.dev"
811
+ source: hosted
812
+ version: "0.0.3"
813
+ xdg_directories:
814
+ dependency: transitive
815
+ description:
816
+ name: xdg_directories
817
+ sha256: "7a3f37b05d989967cdddcbb571f1ea834867ae2faa29725fd085180e0883aa15"
818
+ url: "https://pub.dev"
819
+ source: hosted
820
+ version: "1.1.0"
821
+ xml:
822
+ dependency: transitive
823
+ description:
824
+ name: xml
825
+ sha256: b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226
826
+ url: "https://pub.dev"
827
+ source: hosted
828
+ version: "6.5.0"
829
+ sdks:
830
+ dart: ">=3.5.0 <4.0.0"
831
+ flutter: ">=3.24.0"