flet-audio 0.81.0.dev7140__py3-none-any.whl → 0.81.0.dev7213__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.
- {flet_audio-0.81.0.dev7140.dist-info → flet_audio-0.81.0.dev7213.dist-info}/METADATA +2 -2
- {flet_audio-0.81.0.dev7140.dist-info → flet_audio-0.81.0.dev7213.dist-info}/RECORD +6 -6
- flutter/flet_audio/pubspec.lock +67 -11
- {flet_audio-0.81.0.dev7140.dist-info → flet_audio-0.81.0.dev7213.dist-info}/WHEEL +0 -0
- {flet_audio-0.81.0.dev7140.dist-info → flet_audio-0.81.0.dev7213.dist-info}/licenses/LICENSE +0 -0
- {flet_audio-0.81.0.dev7140.dist-info → flet_audio-0.81.0.dev7213.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-audio
|
|
3
|
-
Version: 0.81.0.
|
|
3
|
+
Version: 0.81.0.dev7213
|
|
4
4
|
Summary: Provides audio integration and playback in Flet apps.
|
|
5
5
|
Author-email: Flet contributors <hello@flet.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -11,7 +11,7 @@ Project-URL: Issues, https://github.com/flet-dev/flet/issues
|
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: flet==0.81.0.
|
|
14
|
+
Requires-Dist: flet==0.81.0.dev7213
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-audio
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
flet_audio/__init__.py,sha256=w1U2RdGkcYl_V-bGG1oKQExQ80axXqOyOZL4D6bJAcE,346
|
|
2
2
|
flet_audio/audio.py,sha256=36gztc869JMhBSomvpFW27Z_FAbL_IkTNH3tm3xzjEI,4925
|
|
3
3
|
flet_audio/types.py,sha256=jhmP0-kowX5MzYezBvzDHmj7YQ7uxdY5FtNGX2qEWlk,2340
|
|
4
|
-
flet_audio-0.81.0.
|
|
4
|
+
flet_audio-0.81.0.dev7213.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
5
|
flutter/flet_audio/analysis_options.yaml,sha256=32kjGAc-zF87inWaH5M46yGZWQDTwrwfvNLHeAocfG4,154
|
|
6
|
-
flutter/flet_audio/pubspec.lock,sha256=
|
|
6
|
+
flutter/flet_audio/pubspec.lock,sha256=QiqifKaMrYkyWUx20BeVFEfy_ycDPgLwHAuQnsLsw6w,32476
|
|
7
7
|
flutter/flet_audio/pubspec.yaml,sha256=KTuaPDPr1Nnh6yAGddLMsZAUizj_kqlROyCy9_fG2TI,359
|
|
8
8
|
flutter/flet_audio/lib/flet_audio.dart,sha256=JsHEW9Gic_011jhKpnn278pi1kiWjp9gUjfNF5rWmXs,65
|
|
9
9
|
flutter/flet_audio/lib/src/audio.dart,sha256=DjyxJlmxeKkxl4sOEGGTvZ3jjxVa79IAQaPb69-2em0,5380
|
|
10
10
|
flutter/flet_audio/lib/src/extension.dart,sha256=okI-bxwSUB9FwgJ7TmiiHcE5yi5z66Yp1ri--V1wVnw,299
|
|
11
11
|
flutter/flet_audio/lib/src/utils/audio.dart,sha256=Rpbf7xJkNB3xtwrfmXru1t2k3_TgPEnh3Ws6i_2J0EQ,346
|
|
12
|
-
flet_audio-0.81.0.
|
|
13
|
-
flet_audio-0.81.0.
|
|
14
|
-
flet_audio-0.81.0.
|
|
15
|
-
flet_audio-0.81.0.
|
|
12
|
+
flet_audio-0.81.0.dev7213.dist-info/METADATA,sha256=e00tTn_F013rYzTHaNW5JF7qkfSO95nUJJrSs4LWG_c,2403
|
|
13
|
+
flet_audio-0.81.0.dev7213.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
14
|
+
flet_audio-0.81.0.dev7213.dist-info/top_level.txt,sha256=hZbGOXppSiKRUWJf1ZRlBKMyfijq6Y-8DffGOh10Wq4,19
|
|
15
|
+
flet_audio-0.81.0.dev7213.dist-info/RECORD,,
|
flutter/flet_audio/pubspec.lock
CHANGED
|
@@ -113,6 +113,14 @@ packages:
|
|
|
113
113
|
url: "https://pub.dev"
|
|
114
114
|
source: hosted
|
|
115
115
|
version: "1.1.2"
|
|
116
|
+
code_assets:
|
|
117
|
+
dependency: transitive
|
|
118
|
+
description:
|
|
119
|
+
name: code_assets
|
|
120
|
+
sha256: ae0db647e668cbb295a3527f0938e4039e004c80099dce2f964102373f5ce0b5
|
|
121
|
+
url: "https://pub.dev"
|
|
122
|
+
source: hosted
|
|
123
|
+
version: "0.19.10"
|
|
116
124
|
collection:
|
|
117
125
|
dependency: "direct main"
|
|
118
126
|
description:
|
|
@@ -181,10 +189,10 @@ packages:
|
|
|
181
189
|
dependency: transitive
|
|
182
190
|
description:
|
|
183
191
|
name: equatable
|
|
184
|
-
sha256: "
|
|
192
|
+
sha256: "3e0141505477fd8ad55d6eb4e7776d3fe8430be8e497ccb1521370c3f21a3e2b"
|
|
185
193
|
url: "https://pub.dev"
|
|
186
194
|
source: hosted
|
|
187
|
-
version: "2.0.
|
|
195
|
+
version: "2.0.8"
|
|
188
196
|
fake_async:
|
|
189
197
|
dependency: transitive
|
|
190
198
|
description:
|
|
@@ -197,10 +205,10 @@ packages:
|
|
|
197
205
|
dependency: transitive
|
|
198
206
|
description:
|
|
199
207
|
name: ffi
|
|
200
|
-
sha256:
|
|
208
|
+
sha256: d07d37192dbf97461359c1518788f203b0c9102cfd2c35a716b823741219542c
|
|
201
209
|
url: "https://pub.dev"
|
|
202
210
|
source: hosted
|
|
203
|
-
version: "2.1.
|
|
211
|
+
version: "2.1.5"
|
|
204
212
|
file:
|
|
205
213
|
dependency: transitive
|
|
206
214
|
description:
|
|
@@ -231,7 +239,7 @@ packages:
|
|
|
231
239
|
path: "../../../../../../../packages/flet"
|
|
232
240
|
relative: true
|
|
233
241
|
source: path
|
|
234
|
-
version: "0.80.
|
|
242
|
+
version: "0.80.2"
|
|
235
243
|
flutter:
|
|
236
244
|
dependency: "direct main"
|
|
237
245
|
description: flutter
|
|
@@ -292,6 +300,14 @@ packages:
|
|
|
292
300
|
description: flutter
|
|
293
301
|
source: sdk
|
|
294
302
|
version: "0.0.0"
|
|
303
|
+
glob:
|
|
304
|
+
dependency: transitive
|
|
305
|
+
description:
|
|
306
|
+
name: glob
|
|
307
|
+
sha256: c3f1ee72c96f8f78935e18aa8cecced9ab132419e8625dc187e1c2408efc20de
|
|
308
|
+
url: "https://pub.dev"
|
|
309
|
+
source: hosted
|
|
310
|
+
version: "2.1.3"
|
|
295
311
|
highlight:
|
|
296
312
|
dependency: transitive
|
|
297
313
|
description:
|
|
@@ -300,6 +316,14 @@ packages:
|
|
|
300
316
|
url: "https://pub.dev"
|
|
301
317
|
source: hosted
|
|
302
318
|
version: "0.7.0"
|
|
319
|
+
hooks:
|
|
320
|
+
dependency: transitive
|
|
321
|
+
description:
|
|
322
|
+
name: hooks
|
|
323
|
+
sha256: "5410b9f4f6c9f01e8ff0eb81c9801ea13a3c3d39f8f0b1613cda08e27eab3c18"
|
|
324
|
+
url: "https://pub.dev"
|
|
325
|
+
source: hosted
|
|
326
|
+
version: "0.20.5"
|
|
303
327
|
http:
|
|
304
328
|
dependency: transitive
|
|
305
329
|
description:
|
|
@@ -420,6 +444,14 @@ packages:
|
|
|
420
444
|
url: "https://pub.dev"
|
|
421
445
|
source: hosted
|
|
422
446
|
version: "1.0.1"
|
|
447
|
+
native_toolchain_c:
|
|
448
|
+
dependency: transitive
|
|
449
|
+
description:
|
|
450
|
+
name: native_toolchain_c
|
|
451
|
+
sha256: f8872ea6c7a50ce08db9ae280ca2b8efdd973157ce462826c82f3c3051d154ce
|
|
452
|
+
url: "https://pub.dev"
|
|
453
|
+
source: hosted
|
|
454
|
+
version: "0.17.2"
|
|
423
455
|
nested:
|
|
424
456
|
dependency: transitive
|
|
425
457
|
description:
|
|
@@ -436,6 +468,14 @@ packages:
|
|
|
436
468
|
url: "https://pub.dev"
|
|
437
469
|
source: hosted
|
|
438
470
|
version: "0.5.0"
|
|
471
|
+
objective_c:
|
|
472
|
+
dependency: transitive
|
|
473
|
+
description:
|
|
474
|
+
name: objective_c
|
|
475
|
+
sha256: "55eb67ede1002d9771b3f9264d2c9d30bc364f0267bc1c6cc0883280d5f0c7cb"
|
|
476
|
+
url: "https://pub.dev"
|
|
477
|
+
source: hosted
|
|
478
|
+
version: "9.2.2"
|
|
439
479
|
package_info_plus:
|
|
440
480
|
dependency: transitive
|
|
441
481
|
description:
|
|
@@ -488,10 +528,10 @@ packages:
|
|
|
488
528
|
dependency: transitive
|
|
489
529
|
description:
|
|
490
530
|
name: path_provider_foundation
|
|
491
|
-
sha256: "
|
|
531
|
+
sha256: "2a376b7d6392d80cd3705782d2caa734ca4727776db0b6ec36ef3f1855197699"
|
|
492
532
|
url: "https://pub.dev"
|
|
493
533
|
source: hosted
|
|
494
|
-
version: "2.
|
|
534
|
+
version: "2.6.0"
|
|
495
535
|
path_provider_linux:
|
|
496
536
|
dependency: transitive
|
|
497
537
|
description:
|
|
@@ -548,6 +588,14 @@ packages:
|
|
|
548
588
|
url: "https://pub.dev"
|
|
549
589
|
source: hosted
|
|
550
590
|
version: "6.1.5+1"
|
|
591
|
+
pub_semver:
|
|
592
|
+
dependency: transitive
|
|
593
|
+
description:
|
|
594
|
+
name: pub_semver
|
|
595
|
+
sha256: "5bfcf68ca79ef689f8990d1160781b4bad40a3bd5e5218ad4076ddb7f4081585"
|
|
596
|
+
url: "https://pub.dev"
|
|
597
|
+
source: hosted
|
|
598
|
+
version: "2.2.0"
|
|
551
599
|
screen_brightness:
|
|
552
600
|
dependency: transitive
|
|
553
601
|
description:
|
|
@@ -877,10 +925,10 @@ packages:
|
|
|
877
925
|
dependency: transitive
|
|
878
926
|
description:
|
|
879
927
|
name: url_launcher_web
|
|
880
|
-
sha256:
|
|
928
|
+
sha256: d0412fcf4c6b31ecfdb7762359b7206ffba3bbffd396c6d9f9c4616ece476c1f
|
|
881
929
|
url: "https://pub.dev"
|
|
882
930
|
source: hosted
|
|
883
|
-
version: "2.4.
|
|
931
|
+
version: "2.4.2"
|
|
884
932
|
url_launcher_windows:
|
|
885
933
|
dependency: transitive
|
|
886
934
|
description:
|
|
@@ -1025,6 +1073,14 @@ packages:
|
|
|
1025
1073
|
url: "https://pub.dev"
|
|
1026
1074
|
source: hosted
|
|
1027
1075
|
version: "6.6.1"
|
|
1076
|
+
yaml:
|
|
1077
|
+
dependency: transitive
|
|
1078
|
+
description:
|
|
1079
|
+
name: yaml
|
|
1080
|
+
sha256: b9da305ac7c39faa3f030eccd175340f968459dae4af175130b3fc47e40d76ce
|
|
1081
|
+
url: "https://pub.dev"
|
|
1082
|
+
source: hosted
|
|
1083
|
+
version: "3.1.3"
|
|
1028
1084
|
sdks:
|
|
1029
|
-
dart: ">=3.
|
|
1030
|
-
flutter: ">=3.
|
|
1085
|
+
dart: ">=3.10.3 <4.0.0"
|
|
1086
|
+
flutter: ">=3.38.4"
|
|
File without changes
|
{flet_audio-0.81.0.dev7140.dist-info → flet_audio-0.81.0.dev7213.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|