flet-audio-recorder 0.2.0.dev69__tar.gz → 0.2.0.dev505__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.
Potentially problematic release.
This version of flet-audio-recorder might be problematic. Click here for more details.
- {flet_audio_recorder-0.2.0.dev69/src/flet_audio_recorder.egg-info → flet_audio_recorder-0.2.0.dev505}/PKG-INFO +1 -1
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/pyproject.toml +8 -8
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505/src/flet_audio_recorder.egg-info}/PKG-INFO +1 -1
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flutter/flet_audio_recorder/pubspec.lock +43 -43
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/LICENSE +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/README.md +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/setup.cfg +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flet_audio_recorder/__init__.py +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flet_audio_recorder/audio_recorder.py +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flet_audio_recorder/types.py +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flet_audio_recorder.egg-info/SOURCES.txt +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flet_audio_recorder.egg-info/dependency_links.txt +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flet_audio_recorder.egg-info/requires.txt +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flet_audio_recorder.egg-info/top_level.txt +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flutter/flet_audio_recorder/CHANGELOG.md +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flutter/flet_audio_recorder/LICENSE +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flutter/flet_audio_recorder/README.md +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flutter/flet_audio_recorder/analysis_options.yaml +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flutter/flet_audio_recorder/lib/flet_audio_recorder.dart +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flutter/flet_audio_recorder/lib/src/audio_recorder.dart +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flutter/flet_audio_recorder/lib/src/extension.dart +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flutter/flet_audio_recorder/lib/src/utils/audio_recorder.dart +0 -0
- {flet_audio_recorder-0.2.0.dev69 → flet_audio_recorder-0.2.0.dev505}/src/flutter/flet_audio_recorder/pubspec.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-audio-recorder"
|
|
3
|
-
version = "0.2.0.
|
|
3
|
+
version = "0.2.0.dev505"
|
|
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" }]
|
|
@@ -24,7 +24,7 @@ test = [
|
|
|
24
24
|
"pytest >=7.2.0",
|
|
25
25
|
]
|
|
26
26
|
lint = [
|
|
27
|
-
"ruff >=0.
|
|
27
|
+
"ruff >=0.13.1",
|
|
28
28
|
]
|
|
29
29
|
dev = [
|
|
30
30
|
"pre-commit >=4.2.0",
|
|
@@ -36,14 +36,14 @@ docs-coverage = [
|
|
|
36
36
|
]
|
|
37
37
|
docs = [
|
|
38
38
|
"mkdocs >=1.6.1",
|
|
39
|
-
"mkdocs-material >=9.6.
|
|
40
|
-
"mkdocstrings-python >=1.
|
|
41
|
-
"mkdocstrings-python-xref >=1.16.
|
|
39
|
+
"mkdocs-material >=9.6.20",
|
|
40
|
+
"mkdocstrings-python >=1.18.2",
|
|
41
|
+
"mkdocstrings-python-xref >=1.16.4",
|
|
42
42
|
"mike >=2.1.3",
|
|
43
|
-
"markdown >=3.
|
|
44
|
-
"pymdown-extensions >=10.16",
|
|
43
|
+
"markdown >=3.9",
|
|
44
|
+
"pymdown-extensions >=10.16.1",
|
|
45
45
|
"mkdocs-exclude >=1.0.2",
|
|
46
|
-
"mkdocs-glightbox >=0.
|
|
46
|
+
"mkdocs-glightbox >=0.5.1",
|
|
47
47
|
"mkdocs-open-in-new-tab >=1.0.8",
|
|
48
48
|
"mkdocs-section-index >=0.3.10",
|
|
49
49
|
"griffe-modernized-annotations >=1.0.8",
|
|
@@ -125,10 +125,10 @@ packages:
|
|
|
125
125
|
dependency: transitive
|
|
126
126
|
description:
|
|
127
127
|
name: file_picker
|
|
128
|
-
sha256:
|
|
128
|
+
sha256: f2d9f173c2c14635cc0e9b14c143c49ef30b4934e8d1d274d6206fcb0086a06f
|
|
129
129
|
url: "https://pub.dev"
|
|
130
130
|
source: hosted
|
|
131
|
-
version: "10.3.
|
|
131
|
+
version: "10.3.3"
|
|
132
132
|
fixnum:
|
|
133
133
|
dependency: transitive
|
|
134
134
|
description:
|
|
@@ -142,7 +142,7 @@ packages:
|
|
|
142
142
|
description:
|
|
143
143
|
path: "packages/flet"
|
|
144
144
|
ref: main
|
|
145
|
-
resolved-ref:
|
|
145
|
+
resolved-ref: cbdae3a51670e2a124bbe5883280302efffcb3e0
|
|
146
146
|
url: "https://github.com/flet-dev/flet.git"
|
|
147
147
|
source: git
|
|
148
148
|
version: "0.70.0"
|
|
@@ -184,10 +184,10 @@ packages:
|
|
|
184
184
|
dependency: transitive
|
|
185
185
|
description:
|
|
186
186
|
name: flutter_plugin_android_lifecycle
|
|
187
|
-
sha256:
|
|
187
|
+
sha256: b0694b7fb1689b0e6cc193b3f1fcac6423c4f93c74fb20b806c6b6f196db0c31
|
|
188
188
|
url: "https://pub.dev"
|
|
189
189
|
source: hosted
|
|
190
|
-
version: "2.0.
|
|
190
|
+
version: "2.0.30"
|
|
191
191
|
flutter_svg:
|
|
192
192
|
dependency: transitive
|
|
193
193
|
description:
|
|
@@ -250,26 +250,26 @@ packages:
|
|
|
250
250
|
dependency: transitive
|
|
251
251
|
description:
|
|
252
252
|
name: leak_tracker
|
|
253
|
-
sha256: "
|
|
253
|
+
sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de"
|
|
254
254
|
url: "https://pub.dev"
|
|
255
255
|
source: hosted
|
|
256
|
-
version: "
|
|
256
|
+
version: "11.0.2"
|
|
257
257
|
leak_tracker_flutter_testing:
|
|
258
258
|
dependency: transitive
|
|
259
259
|
description:
|
|
260
260
|
name: leak_tracker_flutter_testing
|
|
261
|
-
sha256:
|
|
261
|
+
sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
|
|
262
262
|
url: "https://pub.dev"
|
|
263
263
|
source: hosted
|
|
264
|
-
version: "3.0.
|
|
264
|
+
version: "3.0.10"
|
|
265
265
|
leak_tracker_testing:
|
|
266
266
|
dependency: transitive
|
|
267
267
|
description:
|
|
268
268
|
name: leak_tracker_testing
|
|
269
|
-
sha256: "
|
|
269
|
+
sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1"
|
|
270
270
|
url: "https://pub.dev"
|
|
271
271
|
source: hosted
|
|
272
|
-
version: "3.0.
|
|
272
|
+
version: "3.0.2"
|
|
273
273
|
lints:
|
|
274
274
|
dependency: transitive
|
|
275
275
|
description:
|
|
@@ -362,10 +362,10 @@ packages:
|
|
|
362
362
|
dependency: transitive
|
|
363
363
|
description:
|
|
364
364
|
name: path_provider_android
|
|
365
|
-
sha256:
|
|
365
|
+
sha256: "993381400e94d18469750e5b9dcb8206f15bc09f9da86b9e44a9b0092a0066db"
|
|
366
366
|
url: "https://pub.dev"
|
|
367
367
|
source: hosted
|
|
368
|
-
version: "2.2.
|
|
368
|
+
version: "2.2.18"
|
|
369
369
|
path_provider_foundation:
|
|
370
370
|
dependency: transitive
|
|
371
371
|
description:
|
|
@@ -402,10 +402,10 @@ packages:
|
|
|
402
402
|
dependency: transitive
|
|
403
403
|
description:
|
|
404
404
|
name: petitparser
|
|
405
|
-
sha256: "
|
|
405
|
+
sha256: "1a97266a94f7350d30ae522c0af07890c70b8e62c71e8e3920d1db4d23c057d1"
|
|
406
406
|
url: "https://pub.dev"
|
|
407
407
|
source: hosted
|
|
408
|
-
version: "
|
|
408
|
+
version: "7.0.1"
|
|
409
409
|
platform:
|
|
410
410
|
dependency: transitive
|
|
411
411
|
description:
|
|
@@ -426,10 +426,10 @@ packages:
|
|
|
426
426
|
dependency: transitive
|
|
427
427
|
description:
|
|
428
428
|
name: provider
|
|
429
|
-
sha256: "
|
|
429
|
+
sha256: "4e82183fa20e5ca25703ead7e05de9e4cceed1fbd1eadc1ac3cb6f565a09f272"
|
|
430
430
|
url: "https://pub.dev"
|
|
431
431
|
source: hosted
|
|
432
|
-
version: "6.1.5"
|
|
432
|
+
version: "6.1.5+1"
|
|
433
433
|
record:
|
|
434
434
|
dependency: "direct main"
|
|
435
435
|
description:
|
|
@@ -442,34 +442,34 @@ packages:
|
|
|
442
442
|
dependency: transitive
|
|
443
443
|
description:
|
|
444
444
|
name: record_android
|
|
445
|
-
sha256: "
|
|
445
|
+
sha256: "854627cd78d8d66190377f98477eee06ca96ab7c9f2e662700daf33dbf7e6673"
|
|
446
446
|
url: "https://pub.dev"
|
|
447
447
|
source: hosted
|
|
448
|
-
version: "1.4.
|
|
448
|
+
version: "1.4.2"
|
|
449
449
|
record_ios:
|
|
450
450
|
dependency: transitive
|
|
451
451
|
description:
|
|
452
452
|
name: record_ios
|
|
453
|
-
sha256:
|
|
453
|
+
sha256: "13e241ed9cbc220534a40ae6b66222e21288db364d96dd66fb762ebd3cb77c71"
|
|
454
454
|
url: "https://pub.dev"
|
|
455
455
|
source: hosted
|
|
456
|
-
version: "1.1.
|
|
456
|
+
version: "1.1.2"
|
|
457
457
|
record_linux:
|
|
458
458
|
dependency: transitive
|
|
459
459
|
description:
|
|
460
460
|
name: record_linux
|
|
461
|
-
sha256: "
|
|
461
|
+
sha256: "235b1f1fb84e810f8149cc0c2c731d7d697f8d1c333b32cb820c449bf7bb72d8"
|
|
462
462
|
url: "https://pub.dev"
|
|
463
463
|
source: hosted
|
|
464
|
-
version: "1.2.
|
|
464
|
+
version: "1.2.1"
|
|
465
465
|
record_macos:
|
|
466
466
|
dependency: transitive
|
|
467
467
|
description:
|
|
468
468
|
name: record_macos
|
|
469
|
-
sha256:
|
|
469
|
+
sha256: "2849068bb59072f300ad63ed146e543d66afaef8263edba4de4834fc7c8d4d35"
|
|
470
470
|
url: "https://pub.dev"
|
|
471
471
|
source: hosted
|
|
472
|
-
version: "1.1.
|
|
472
|
+
version: "1.1.1"
|
|
473
473
|
record_platform_interface:
|
|
474
474
|
dependency: transitive
|
|
475
475
|
description:
|
|
@@ -490,10 +490,10 @@ packages:
|
|
|
490
490
|
dependency: transitive
|
|
491
491
|
description:
|
|
492
492
|
name: record_windows
|
|
493
|
-
sha256: "
|
|
493
|
+
sha256: "223258060a1d25c62bae18282c16783f28581ec19401d17e56b5205b9f039d78"
|
|
494
494
|
url: "https://pub.dev"
|
|
495
495
|
source: hosted
|
|
496
|
-
version: "1.0.
|
|
496
|
+
version: "1.0.7"
|
|
497
497
|
screen_retriever:
|
|
498
498
|
dependency: transitive
|
|
499
499
|
description:
|
|
@@ -570,10 +570,10 @@ packages:
|
|
|
570
570
|
dependency: transitive
|
|
571
571
|
description:
|
|
572
572
|
name: shared_preferences_android
|
|
573
|
-
sha256:
|
|
573
|
+
sha256: a2608114b1ffdcbc9c120eb71a0e207c71da56202852d4aab8a5e30a82269e74
|
|
574
574
|
url: "https://pub.dev"
|
|
575
575
|
source: hosted
|
|
576
|
-
version: "2.4.
|
|
576
|
+
version: "2.4.12"
|
|
577
577
|
shared_preferences_foundation:
|
|
578
578
|
dependency: transitive
|
|
579
579
|
description:
|
|
@@ -671,10 +671,10 @@ packages:
|
|
|
671
671
|
dependency: transitive
|
|
672
672
|
description:
|
|
673
673
|
name: test_api
|
|
674
|
-
sha256:
|
|
674
|
+
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
|
|
675
675
|
url: "https://pub.dev"
|
|
676
676
|
source: hosted
|
|
677
|
-
version: "0.7.
|
|
677
|
+
version: "0.7.6"
|
|
678
678
|
typed_data:
|
|
679
679
|
dependency: transitive
|
|
680
680
|
description:
|
|
@@ -695,10 +695,10 @@ packages:
|
|
|
695
695
|
dependency: transitive
|
|
696
696
|
description:
|
|
697
697
|
name: url_launcher_android
|
|
698
|
-
sha256: "
|
|
698
|
+
sha256: "199bc33e746088546a39cc5f36bac5a278c5e53b40cb3196f99e7345fdcfae6b"
|
|
699
699
|
url: "https://pub.dev"
|
|
700
700
|
source: hosted
|
|
701
|
-
version: "6.3.
|
|
701
|
+
version: "6.3.22"
|
|
702
702
|
url_launcher_ios:
|
|
703
703
|
dependency: transitive
|
|
704
704
|
description:
|
|
@@ -775,26 +775,26 @@ packages:
|
|
|
775
775
|
dependency: transitive
|
|
776
776
|
description:
|
|
777
777
|
name: vector_graphics_compiler
|
|
778
|
-
sha256:
|
|
778
|
+
sha256: d354a7ec6931e6047785f4db12a1f61ec3d43b207fc0790f863818543f8ff0dc
|
|
779
779
|
url: "https://pub.dev"
|
|
780
780
|
source: hosted
|
|
781
|
-
version: "1.1.
|
|
781
|
+
version: "1.1.19"
|
|
782
782
|
vector_math:
|
|
783
783
|
dependency: transitive
|
|
784
784
|
description:
|
|
785
785
|
name: vector_math
|
|
786
|
-
sha256:
|
|
786
|
+
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
|
|
787
787
|
url: "https://pub.dev"
|
|
788
788
|
source: hosted
|
|
789
|
-
version: "2.
|
|
789
|
+
version: "2.2.0"
|
|
790
790
|
vm_service:
|
|
791
791
|
dependency: transitive
|
|
792
792
|
description:
|
|
793
793
|
name: vm_service
|
|
794
|
-
sha256:
|
|
794
|
+
sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60"
|
|
795
795
|
url: "https://pub.dev"
|
|
796
796
|
source: hosted
|
|
797
|
-
version: "15.0.
|
|
797
|
+
version: "15.0.2"
|
|
798
798
|
web:
|
|
799
799
|
dependency: transitive
|
|
800
800
|
description:
|
|
@@ -863,10 +863,10 @@ packages:
|
|
|
863
863
|
dependency: transitive
|
|
864
864
|
description:
|
|
865
865
|
name: xml
|
|
866
|
-
sha256:
|
|
866
|
+
sha256: "971043b3a0d3da28727e40ed3e0b5d18b742fa5a68665cca88e74b7876d5e025"
|
|
867
867
|
url: "https://pub.dev"
|
|
868
868
|
source: hosted
|
|
869
|
-
version: "6.
|
|
869
|
+
version: "6.6.1"
|
|
870
870
|
sdks:
|
|
871
|
-
dart: ">=3.
|
|
872
|
-
flutter: ">=3.
|
|
871
|
+
dart: ">=3.9.0 <4.0.0"
|
|
872
|
+
flutter: ">=3.35.0"
|
|
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
|
|
File without changes
|
|
File without changes
|