flet-audio-recorder 0.81.0.dev7168__tar.gz → 0.81.0.dev7213__tar.gz
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_recorder-0.81.0.dev7168/src/flet_audio_recorder.egg-info → flet_audio_recorder-0.81.0.dev7213}/PKG-INFO +2 -2
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/pyproject.toml +2 -2
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213/src/flet_audio_recorder.egg-info}/PKG-INFO +2 -2
- flet_audio_recorder-0.81.0.dev7213/src/flet_audio_recorder.egg-info/requires.txt +1 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flutter/flet_audio_recorder/pubspec.lock +62 -6
- flet_audio_recorder-0.81.0.dev7168/src/flet_audio_recorder.egg-info/requires.txt +0 -1
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/LICENSE +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/README.md +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/setup.cfg +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flet_audio_recorder/__init__.py +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flet_audio_recorder/audio_recorder.py +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flet_audio_recorder/types.py +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flet_audio_recorder.egg-info/SOURCES.txt +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flet_audio_recorder.egg-info/dependency_links.txt +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flet_audio_recorder.egg-info/top_level.txt +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flutter/flet_audio_recorder/CHANGELOG.md +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flutter/flet_audio_recorder/LICENSE +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flutter/flet_audio_recorder/README.md +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flutter/flet_audio_recorder/analysis_options.yaml +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flutter/flet_audio_recorder/lib/flet_audio_recorder.dart +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flutter/flet_audio_recorder/lib/src/audio_recorder.dart +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flutter/flet_audio_recorder/lib/src/extension.dart +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flutter/flet_audio_recorder/lib/src/utils/audio_recorder.dart +0 -0
- {flet_audio_recorder-0.81.0.dev7168 → flet_audio_recorder-0.81.0.dev7213}/src/flutter/flet_audio_recorder/pubspec.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-audio-recorder
|
|
3
|
-
Version: 0.81.0.
|
|
3
|
+
Version: 0.81.0.dev7213
|
|
4
4
|
Summary: Adds audio recording support to 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-recorder
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-audio-recorder"
|
|
3
|
-
version = "0.81.0.
|
|
3
|
+
version = "0.81.0.dev7213"
|
|
4
4
|
description = "Adds audio recording support to Flet apps."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [{ name = "Flet contributors", email = "hello@flet.dev" }]
|
|
7
7
|
license = "Apache-2.0"
|
|
8
8
|
requires-python = ">=3.10"
|
|
9
9
|
dependencies = [
|
|
10
|
-
"flet==0.81.0.
|
|
10
|
+
"flet==0.81.0.dev7213",
|
|
11
11
|
]
|
|
12
12
|
|
|
13
13
|
[project.urls]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-audio-recorder
|
|
3
|
-
Version: 0.81.0.
|
|
3
|
+
Version: 0.81.0.dev7213
|
|
4
4
|
Summary: Adds audio recording support to 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-recorder
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
flet==0.81.0.dev7213
|
|
@@ -57,6 +57,14 @@ packages:
|
|
|
57
57
|
url: "https://pub.dev"
|
|
58
58
|
source: hosted
|
|
59
59
|
version: "1.1.2"
|
|
60
|
+
code_assets:
|
|
61
|
+
dependency: transitive
|
|
62
|
+
description:
|
|
63
|
+
name: code_assets
|
|
64
|
+
sha256: ae0db647e668cbb295a3527f0938e4039e004c80099dce2f964102373f5ce0b5
|
|
65
|
+
url: "https://pub.dev"
|
|
66
|
+
source: hosted
|
|
67
|
+
version: "0.19.10"
|
|
60
68
|
collection:
|
|
61
69
|
dependency: "direct main"
|
|
62
70
|
description:
|
|
@@ -236,6 +244,14 @@ packages:
|
|
|
236
244
|
description: flutter
|
|
237
245
|
source: sdk
|
|
238
246
|
version: "0.0.0"
|
|
247
|
+
glob:
|
|
248
|
+
dependency: transitive
|
|
249
|
+
description:
|
|
250
|
+
name: glob
|
|
251
|
+
sha256: c3f1ee72c96f8f78935e18aa8cecced9ab132419e8625dc187e1c2408efc20de
|
|
252
|
+
url: "https://pub.dev"
|
|
253
|
+
source: hosted
|
|
254
|
+
version: "2.1.3"
|
|
239
255
|
highlight:
|
|
240
256
|
dependency: transitive
|
|
241
257
|
description:
|
|
@@ -244,6 +260,14 @@ packages:
|
|
|
244
260
|
url: "https://pub.dev"
|
|
245
261
|
source: hosted
|
|
246
262
|
version: "0.7.0"
|
|
263
|
+
hooks:
|
|
264
|
+
dependency: transitive
|
|
265
|
+
description:
|
|
266
|
+
name: hooks
|
|
267
|
+
sha256: "5410b9f4f6c9f01e8ff0eb81c9801ea13a3c3d39f8f0b1613cda08e27eab3c18"
|
|
268
|
+
url: "https://pub.dev"
|
|
269
|
+
source: hosted
|
|
270
|
+
version: "0.20.5"
|
|
247
271
|
http:
|
|
248
272
|
dependency: transitive
|
|
249
273
|
description:
|
|
@@ -364,6 +388,14 @@ packages:
|
|
|
364
388
|
url: "https://pub.dev"
|
|
365
389
|
source: hosted
|
|
366
390
|
version: "1.0.1"
|
|
391
|
+
native_toolchain_c:
|
|
392
|
+
dependency: transitive
|
|
393
|
+
description:
|
|
394
|
+
name: native_toolchain_c
|
|
395
|
+
sha256: f8872ea6c7a50ce08db9ae280ca2b8efdd973157ce462826c82f3c3051d154ce
|
|
396
|
+
url: "https://pub.dev"
|
|
397
|
+
source: hosted
|
|
398
|
+
version: "0.17.2"
|
|
367
399
|
nested:
|
|
368
400
|
dependency: transitive
|
|
369
401
|
description:
|
|
@@ -380,6 +412,14 @@ packages:
|
|
|
380
412
|
url: "https://pub.dev"
|
|
381
413
|
source: hosted
|
|
382
414
|
version: "0.5.0"
|
|
415
|
+
objective_c:
|
|
416
|
+
dependency: transitive
|
|
417
|
+
description:
|
|
418
|
+
name: objective_c
|
|
419
|
+
sha256: "55eb67ede1002d9771b3f9264d2c9d30bc364f0267bc1c6cc0883280d5f0c7cb"
|
|
420
|
+
url: "https://pub.dev"
|
|
421
|
+
source: hosted
|
|
422
|
+
version: "9.2.2"
|
|
383
423
|
package_info_plus:
|
|
384
424
|
dependency: transitive
|
|
385
425
|
description:
|
|
@@ -432,10 +472,10 @@ packages:
|
|
|
432
472
|
dependency: transitive
|
|
433
473
|
description:
|
|
434
474
|
name: path_provider_foundation
|
|
435
|
-
sha256: "
|
|
475
|
+
sha256: "2a376b7d6392d80cd3705782d2caa734ca4727776db0b6ec36ef3f1855197699"
|
|
436
476
|
url: "https://pub.dev"
|
|
437
477
|
source: hosted
|
|
438
|
-
version: "2.
|
|
478
|
+
version: "2.6.0"
|
|
439
479
|
path_provider_linux:
|
|
440
480
|
dependency: transitive
|
|
441
481
|
description:
|
|
@@ -492,6 +532,14 @@ packages:
|
|
|
492
532
|
url: "https://pub.dev"
|
|
493
533
|
source: hosted
|
|
494
534
|
version: "6.1.5+1"
|
|
535
|
+
pub_semver:
|
|
536
|
+
dependency: transitive
|
|
537
|
+
description:
|
|
538
|
+
name: pub_semver
|
|
539
|
+
sha256: "5bfcf68ca79ef689f8990d1160781b4bad40a3bd5e5218ad4076ddb7f4081585"
|
|
540
|
+
url: "https://pub.dev"
|
|
541
|
+
source: hosted
|
|
542
|
+
version: "2.2.0"
|
|
495
543
|
record:
|
|
496
544
|
dependency: "direct main"
|
|
497
545
|
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"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
flet==0.81.0.dev7168
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|