flet-flashlight 0.2.0.dev49__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-flashlight might be problematic. Click here for more details.
- {flet_flashlight-0.2.0.dev49/src/flet_flashlight.egg-info → flet_flashlight-0.2.0.dev505}/PKG-INFO +1 -1
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/pyproject.toml +8 -8
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505/src/flet_flashlight.egg-info}/PKG-INFO +1 -1
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flutter/flet_flashlight/pubspec.lock +33 -33
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/LICENSE +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/README.md +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/setup.cfg +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flet_flashlight/__init__.py +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flet_flashlight/exceptions.py +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flet_flashlight/flashlight.py +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flet_flashlight.egg-info/SOURCES.txt +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flet_flashlight.egg-info/dependency_links.txt +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flet_flashlight.egg-info/requires.txt +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flet_flashlight.egg-info/top_level.txt +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flutter/flet_flashlight/CHANGELOG.md +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flutter/flet_flashlight/LICENSE +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flutter/flet_flashlight/README.md +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flutter/flet_flashlight/analysis_options.yaml +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flutter/flet_flashlight/lib/flet_flashlight.dart +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flutter/flet_flashlight/lib/src/extension.dart +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flutter/flet_flashlight/lib/src/flashlight.dart +0 -0
- {flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flutter/flet_flashlight/pubspec.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-flashlight"
|
|
3
|
-
version = "0.2.0.
|
|
3
|
+
version = "0.2.0.dev505"
|
|
4
4
|
description = "A Flet extension to manage the device torch/flashlight."
|
|
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,16 +125,16 @@ 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
|
flet:
|
|
133
133
|
dependency: "direct main"
|
|
134
134
|
description:
|
|
135
135
|
path: "packages/flet"
|
|
136
136
|
ref: main
|
|
137
|
-
resolved-ref:
|
|
137
|
+
resolved-ref: cbdae3a51670e2a124bbe5883280302efffcb3e0
|
|
138
138
|
url: "https://github.com/flet-dev/flet.git"
|
|
139
139
|
source: git
|
|
140
140
|
version: "0.70.0"
|
|
@@ -176,10 +176,10 @@ packages:
|
|
|
176
176
|
dependency: transitive
|
|
177
177
|
description:
|
|
178
178
|
name: flutter_plugin_android_lifecycle
|
|
179
|
-
sha256:
|
|
179
|
+
sha256: b0694b7fb1689b0e6cc193b3f1fcac6423c4f93c74fb20b806c6b6f196db0c31
|
|
180
180
|
url: "https://pub.dev"
|
|
181
181
|
source: hosted
|
|
182
|
-
version: "2.0.
|
|
182
|
+
version: "2.0.30"
|
|
183
183
|
flutter_svg:
|
|
184
184
|
dependency: transitive
|
|
185
185
|
description:
|
|
@@ -242,26 +242,26 @@ packages:
|
|
|
242
242
|
dependency: transitive
|
|
243
243
|
description:
|
|
244
244
|
name: leak_tracker
|
|
245
|
-
sha256: "
|
|
245
|
+
sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de"
|
|
246
246
|
url: "https://pub.dev"
|
|
247
247
|
source: hosted
|
|
248
|
-
version: "
|
|
248
|
+
version: "11.0.2"
|
|
249
249
|
leak_tracker_flutter_testing:
|
|
250
250
|
dependency: transitive
|
|
251
251
|
description:
|
|
252
252
|
name: leak_tracker_flutter_testing
|
|
253
|
-
sha256:
|
|
253
|
+
sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
|
|
254
254
|
url: "https://pub.dev"
|
|
255
255
|
source: hosted
|
|
256
|
-
version: "3.0.
|
|
256
|
+
version: "3.0.10"
|
|
257
257
|
leak_tracker_testing:
|
|
258
258
|
dependency: transitive
|
|
259
259
|
description:
|
|
260
260
|
name: leak_tracker_testing
|
|
261
|
-
sha256: "
|
|
261
|
+
sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1"
|
|
262
262
|
url: "https://pub.dev"
|
|
263
263
|
source: hosted
|
|
264
|
-
version: "3.0.
|
|
264
|
+
version: "3.0.2"
|
|
265
265
|
lints:
|
|
266
266
|
dependency: transitive
|
|
267
267
|
description:
|
|
@@ -354,10 +354,10 @@ packages:
|
|
|
354
354
|
dependency: transitive
|
|
355
355
|
description:
|
|
356
356
|
name: path_provider_android
|
|
357
|
-
sha256:
|
|
357
|
+
sha256: "993381400e94d18469750e5b9dcb8206f15bc09f9da86b9e44a9b0092a0066db"
|
|
358
358
|
url: "https://pub.dev"
|
|
359
359
|
source: hosted
|
|
360
|
-
version: "2.2.
|
|
360
|
+
version: "2.2.18"
|
|
361
361
|
path_provider_foundation:
|
|
362
362
|
dependency: transitive
|
|
363
363
|
description:
|
|
@@ -394,10 +394,10 @@ packages:
|
|
|
394
394
|
dependency: transitive
|
|
395
395
|
description:
|
|
396
396
|
name: petitparser
|
|
397
|
-
sha256: "
|
|
397
|
+
sha256: "1a97266a94f7350d30ae522c0af07890c70b8e62c71e8e3920d1db4d23c057d1"
|
|
398
398
|
url: "https://pub.dev"
|
|
399
399
|
source: hosted
|
|
400
|
-
version: "
|
|
400
|
+
version: "7.0.1"
|
|
401
401
|
platform:
|
|
402
402
|
dependency: transitive
|
|
403
403
|
description:
|
|
@@ -418,10 +418,10 @@ packages:
|
|
|
418
418
|
dependency: transitive
|
|
419
419
|
description:
|
|
420
420
|
name: provider
|
|
421
|
-
sha256: "
|
|
421
|
+
sha256: "4e82183fa20e5ca25703ead7e05de9e4cceed1fbd1eadc1ac3cb6f565a09f272"
|
|
422
422
|
url: "https://pub.dev"
|
|
423
423
|
source: hosted
|
|
424
|
-
version: "6.1.5"
|
|
424
|
+
version: "6.1.5+1"
|
|
425
425
|
screen_retriever:
|
|
426
426
|
dependency: transitive
|
|
427
427
|
description:
|
|
@@ -498,10 +498,10 @@ packages:
|
|
|
498
498
|
dependency: transitive
|
|
499
499
|
description:
|
|
500
500
|
name: shared_preferences_android
|
|
501
|
-
sha256:
|
|
501
|
+
sha256: a2608114b1ffdcbc9c120eb71a0e207c71da56202852d4aab8a5e30a82269e74
|
|
502
502
|
url: "https://pub.dev"
|
|
503
503
|
source: hosted
|
|
504
|
-
version: "2.4.
|
|
504
|
+
version: "2.4.12"
|
|
505
505
|
shared_preferences_foundation:
|
|
506
506
|
dependency: transitive
|
|
507
507
|
description:
|
|
@@ -591,10 +591,10 @@ packages:
|
|
|
591
591
|
dependency: transitive
|
|
592
592
|
description:
|
|
593
593
|
name: test_api
|
|
594
|
-
sha256:
|
|
594
|
+
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
|
|
595
595
|
url: "https://pub.dev"
|
|
596
596
|
source: hosted
|
|
597
|
-
version: "0.7.
|
|
597
|
+
version: "0.7.6"
|
|
598
598
|
torch_light:
|
|
599
599
|
dependency: "direct main"
|
|
600
600
|
description:
|
|
@@ -623,10 +623,10 @@ packages:
|
|
|
623
623
|
dependency: transitive
|
|
624
624
|
description:
|
|
625
625
|
name: url_launcher_android
|
|
626
|
-
sha256: "
|
|
626
|
+
sha256: "199bc33e746088546a39cc5f36bac5a278c5e53b40cb3196f99e7345fdcfae6b"
|
|
627
627
|
url: "https://pub.dev"
|
|
628
628
|
source: hosted
|
|
629
|
-
version: "6.3.
|
|
629
|
+
version: "6.3.22"
|
|
630
630
|
url_launcher_ios:
|
|
631
631
|
dependency: transitive
|
|
632
632
|
description:
|
|
@@ -695,26 +695,26 @@ packages:
|
|
|
695
695
|
dependency: transitive
|
|
696
696
|
description:
|
|
697
697
|
name: vector_graphics_compiler
|
|
698
|
-
sha256:
|
|
698
|
+
sha256: d354a7ec6931e6047785f4db12a1f61ec3d43b207fc0790f863818543f8ff0dc
|
|
699
699
|
url: "https://pub.dev"
|
|
700
700
|
source: hosted
|
|
701
|
-
version: "1.1.
|
|
701
|
+
version: "1.1.19"
|
|
702
702
|
vector_math:
|
|
703
703
|
dependency: transitive
|
|
704
704
|
description:
|
|
705
705
|
name: vector_math
|
|
706
|
-
sha256:
|
|
706
|
+
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
|
|
707
707
|
url: "https://pub.dev"
|
|
708
708
|
source: hosted
|
|
709
|
-
version: "2.
|
|
709
|
+
version: "2.2.0"
|
|
710
710
|
vm_service:
|
|
711
711
|
dependency: transitive
|
|
712
712
|
description:
|
|
713
713
|
name: vm_service
|
|
714
|
-
sha256:
|
|
714
|
+
sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60"
|
|
715
715
|
url: "https://pub.dev"
|
|
716
716
|
source: hosted
|
|
717
|
-
version: "15.0.
|
|
717
|
+
version: "15.0.2"
|
|
718
718
|
web:
|
|
719
719
|
dependency: transitive
|
|
720
720
|
description:
|
|
@@ -783,10 +783,10 @@ packages:
|
|
|
783
783
|
dependency: transitive
|
|
784
784
|
description:
|
|
785
785
|
name: xml
|
|
786
|
-
sha256:
|
|
786
|
+
sha256: "971043b3a0d3da28727e40ed3e0b5d18b742fa5a68665cca88e74b7876d5e025"
|
|
787
787
|
url: "https://pub.dev"
|
|
788
788
|
source: hosted
|
|
789
|
-
version: "6.
|
|
789
|
+
version: "6.6.1"
|
|
790
790
|
sdks:
|
|
791
|
-
dart: ">=3.
|
|
792
|
-
flutter: ">=3.
|
|
791
|
+
dart: ">=3.9.0 <4.0.0"
|
|
792
|
+
flutter: ">=3.35.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flet_flashlight/__init__.py
RENAMED
|
File without changes
|
{flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flet_flashlight/exceptions.py
RENAMED
|
File without changes
|
{flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flet_flashlight/flashlight.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flutter/flet_flashlight/LICENSE
RENAMED
|
File without changes
|
{flet_flashlight-0.2.0.dev49 → flet_flashlight-0.2.0.dev505}/src/flutter/flet_flashlight/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|