flet-flashlight 0.83.0__tar.gz → 0.84.0.dev0__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.
Files changed (17) hide show
  1. {flet_flashlight-0.83.0/src/flet_flashlight.egg-info → flet_flashlight-0.84.0.dev0}/PKG-INFO +5 -5
  2. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/README.md +2 -2
  3. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/pyproject.toml +3 -3
  4. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0/src/flet_flashlight.egg-info}/PKG-INFO +5 -5
  5. flet_flashlight-0.84.0.dev0/src/flet_flashlight.egg-info/requires.txt +1 -0
  6. flet_flashlight-0.83.0/src/flet_flashlight.egg-info/requires.txt +0 -1
  7. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/LICENSE +0 -0
  8. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/setup.cfg +0 -0
  9. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/src/flet_flashlight/__init__.py +0 -0
  10. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/src/flet_flashlight/flashlight.py +0 -0
  11. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/src/flet_flashlight.egg-info/SOURCES.txt +0 -0
  12. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/src/flet_flashlight.egg-info/dependency_links.txt +0 -0
  13. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/src/flet_flashlight.egg-info/top_level.txt +0 -0
  14. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/src/flutter/flet_flashlight/lib/flet_flashlight.dart +0 -0
  15. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/src/flutter/flet_flashlight/lib/src/extension.dart +0 -0
  16. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/src/flutter/flet_flashlight/lib/src/flashlight.dart +0 -0
  17. {flet_flashlight-0.83.0 → flet_flashlight-0.84.0.dev0}/src/flutter/flet_flashlight/pubspec.yaml +0 -0
@@ -1,17 +1,17 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flet-flashlight
3
- Version: 0.83.0
3
+ Version: 0.84.0.dev0
4
4
  Summary: Control device torch/flashlight from Flet apps.
5
5
  Author-email: Flet contributors <hello@flet.dev>
6
6
  License-Expression: Apache-2.0
7
7
  Project-URL: Homepage, https://flet.dev
8
- Project-URL: Documentation, https://docs.flet.dev/flashlight
8
+ Project-URL: Documentation, https://flet.dev/docs/services/flashlight
9
9
  Project-URL: Repository, https://github.com/flet-dev/flet/tree/main/sdk/python/packages/flet-flashlight
10
10
  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.83.0
14
+ Requires-Dist: flet==0.84.0.dev0
15
15
  Dynamic: license-file
16
16
 
17
17
  # flet-flashlight
@@ -19,7 +19,7 @@ Dynamic: license-file
19
19
  [![pypi](https://img.shields.io/pypi/v/flet-flashlight.svg)](https://pypi.python.org/pypi/flet-flashlight)
20
20
  [![downloads](https://static.pepy.tech/badge/flet-flashlight/month)](https://pepy.tech/project/flet-flashlight)
21
21
  [![python](https://img.shields.io/badge/python-%3E%3D3.10-%2334D058)](https://pypi.org/project/flet-flashlight)
22
- [![docstring coverage](https://docs.flet.dev/assets/badges/docs-coverage/flet-flashlight.svg)](https://docs.flet.dev/assets/badges/docs-coverage/flet-flashlight.svg)
22
+ [![docstring coverage](https://flet.dev/docs/assets/badges/docs-coverage/flet-flashlight.svg)](https://flet.dev/docs/assets/badges/docs-coverage/flet-flashlight.svg)
23
23
  [![license](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-flashlight/LICENSE)
24
24
 
25
25
  A [Flet](https://flet.dev) extension to manage the device torch/flashlight.
@@ -30,7 +30,7 @@ It is based on the [flashlight](https://pub.dev/packages/flashlight) Flutter pac
30
30
 
31
31
  ## Documentation
32
32
 
33
- Detailed documentation to this package can be found [here](https://docs.flet.dev/flashlight/).
33
+ Detailed documentation to this package can be found [here](https://flet.dev/docs/services/flashlight/).
34
34
 
35
35
  ## Platform Support
36
36
 
@@ -3,7 +3,7 @@
3
3
  [![pypi](https://img.shields.io/pypi/v/flet-flashlight.svg)](https://pypi.python.org/pypi/flet-flashlight)
4
4
  [![downloads](https://static.pepy.tech/badge/flet-flashlight/month)](https://pepy.tech/project/flet-flashlight)
5
5
  [![python](https://img.shields.io/badge/python-%3E%3D3.10-%2334D058)](https://pypi.org/project/flet-flashlight)
6
- [![docstring coverage](https://docs.flet.dev/assets/badges/docs-coverage/flet-flashlight.svg)](https://docs.flet.dev/assets/badges/docs-coverage/flet-flashlight.svg)
6
+ [![docstring coverage](https://flet.dev/docs/assets/badges/docs-coverage/flet-flashlight.svg)](https://flet.dev/docs/assets/badges/docs-coverage/flet-flashlight.svg)
7
7
  [![license](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-flashlight/LICENSE)
8
8
 
9
9
  A [Flet](https://flet.dev) extension to manage the device torch/flashlight.
@@ -14,7 +14,7 @@ It is based on the [flashlight](https://pub.dev/packages/flashlight) Flutter pac
14
14
 
15
15
  ## Documentation
16
16
 
17
- Detailed documentation to this package can be found [here](https://docs.flet.dev/flashlight/).
17
+ Detailed documentation to this package can be found [here](https://flet.dev/docs/services/flashlight/).
18
18
 
19
19
  ## Platform Support
20
20
 
@@ -1,18 +1,18 @@
1
1
  [project]
2
2
  name = "flet-flashlight"
3
- version = "0.83.0"
3
+ version = "0.84.0.dev0"
4
4
  description = "Control device torch/flashlight from 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.83.0",
10
+ "flet==0.84.0.dev0",
11
11
  ]
12
12
 
13
13
  [project.urls]
14
14
  Homepage = "https://flet.dev"
15
- Documentation = "https://docs.flet.dev/flashlight"
15
+ Documentation = "https://flet.dev/docs/services/flashlight"
16
16
  Repository = "https://github.com/flet-dev/flet/tree/main/sdk/python/packages/flet-flashlight"
17
17
  Issues = "https://github.com/flet-dev/flet/issues"
18
18
 
@@ -1,17 +1,17 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flet-flashlight
3
- Version: 0.83.0
3
+ Version: 0.84.0.dev0
4
4
  Summary: Control device torch/flashlight from Flet apps.
5
5
  Author-email: Flet contributors <hello@flet.dev>
6
6
  License-Expression: Apache-2.0
7
7
  Project-URL: Homepage, https://flet.dev
8
- Project-URL: Documentation, https://docs.flet.dev/flashlight
8
+ Project-URL: Documentation, https://flet.dev/docs/services/flashlight
9
9
  Project-URL: Repository, https://github.com/flet-dev/flet/tree/main/sdk/python/packages/flet-flashlight
10
10
  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.83.0
14
+ Requires-Dist: flet==0.84.0.dev0
15
15
  Dynamic: license-file
16
16
 
17
17
  # flet-flashlight
@@ -19,7 +19,7 @@ Dynamic: license-file
19
19
  [![pypi](https://img.shields.io/pypi/v/flet-flashlight.svg)](https://pypi.python.org/pypi/flet-flashlight)
20
20
  [![downloads](https://static.pepy.tech/badge/flet-flashlight/month)](https://pepy.tech/project/flet-flashlight)
21
21
  [![python](https://img.shields.io/badge/python-%3E%3D3.10-%2334D058)](https://pypi.org/project/flet-flashlight)
22
- [![docstring coverage](https://docs.flet.dev/assets/badges/docs-coverage/flet-flashlight.svg)](https://docs.flet.dev/assets/badges/docs-coverage/flet-flashlight.svg)
22
+ [![docstring coverage](https://flet.dev/docs/assets/badges/docs-coverage/flet-flashlight.svg)](https://flet.dev/docs/assets/badges/docs-coverage/flet-flashlight.svg)
23
23
  [![license](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-flashlight/LICENSE)
24
24
 
25
25
  A [Flet](https://flet.dev) extension to manage the device torch/flashlight.
@@ -30,7 +30,7 @@ It is based on the [flashlight](https://pub.dev/packages/flashlight) Flutter pac
30
30
 
31
31
  ## Documentation
32
32
 
33
- Detailed documentation to this package can be found [here](https://docs.flet.dev/flashlight/).
33
+ Detailed documentation to this package can be found [here](https://flet.dev/docs/services/flashlight/).
34
34
 
35
35
  ## Platform Support
36
36
 
@@ -0,0 +1 @@
1
+ flet==0.84.0.dev0
@@ -1 +0,0 @@
1
- flet==0.83.0