flet-geolocator 0.85.0.dev2__tar.gz → 0.85.0.dev4__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 (19) hide show
  1. {flet_geolocator-0.85.0.dev2/src/flet_geolocator.egg-info → flet_geolocator-0.85.0.dev4}/PKG-INFO +3 -3
  2. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/README.md +1 -1
  3. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/pyproject.toml +2 -2
  4. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4/src/flet_geolocator.egg-info}/PKG-INFO +3 -3
  5. flet_geolocator-0.85.0.dev4/src/flet_geolocator.egg-info/requires.txt +1 -0
  6. flet_geolocator-0.85.0.dev2/src/flet_geolocator.egg-info/requires.txt +0 -1
  7. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/LICENSE +0 -0
  8. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/setup.cfg +0 -0
  9. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/src/flet_geolocator/__init__.py +0 -0
  10. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/src/flet_geolocator/geolocator.py +0 -0
  11. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/src/flet_geolocator/types.py +0 -0
  12. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/src/flet_geolocator.egg-info/SOURCES.txt +0 -0
  13. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/src/flet_geolocator.egg-info/dependency_links.txt +0 -0
  14. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/src/flet_geolocator.egg-info/top_level.txt +0 -0
  15. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/src/flutter/flet_geolocator/lib/flet_geolocator.dart +0 -0
  16. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/src/flutter/flet_geolocator/lib/src/extension.dart +0 -0
  17. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/src/flutter/flet_geolocator/lib/src/geolocator.dart +0 -0
  18. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/src/flutter/flet_geolocator/lib/src/utils/geolocator.dart +0 -0
  19. {flet_geolocator-0.85.0.dev2 → flet_geolocator-0.85.0.dev4}/src/flutter/flet_geolocator/pubspec.yaml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flet-geolocator
3
- Version: 0.85.0.dev2
3
+ Version: 0.85.0.dev4
4
4
  Summary: Adds geolocation capabilities to your 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.85.0.dev2
14
+ Requires-Dist: flet==0.85.0.dev4
15
15
  Dynamic: license-file
16
16
 
17
17
  # flet-geolocator
@@ -61,4 +61,4 @@ To install the `flet-geolocator` package and add it to your project dependencies
61
61
 
62
62
  ### Examples
63
63
 
64
- For examples, see [these](https://github.com/flet-dev/flet/tree/main/examples/services/geolocator).
64
+ For examples, see [these](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/extensions/geolocator).
@@ -45,4 +45,4 @@ To install the `flet-geolocator` package and add it to your project dependencies
45
45
 
46
46
  ### Examples
47
47
 
48
- For examples, see [these](https://github.com/flet-dev/flet/tree/main/examples/services/geolocator).
48
+ For examples, see [these](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/extensions/geolocator).
@@ -1,13 +1,13 @@
1
1
  [project]
2
2
  name = "flet-geolocator"
3
- version = "0.85.0.dev2"
3
+ version = "0.85.0.dev4"
4
4
  description = "Adds geolocation capabilities to your 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.85.0.dev2",
10
+ "flet==0.85.0.dev4",
11
11
  ]
12
12
 
13
13
  [project.urls]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flet-geolocator
3
- Version: 0.85.0.dev2
3
+ Version: 0.85.0.dev4
4
4
  Summary: Adds geolocation capabilities to your 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.85.0.dev2
14
+ Requires-Dist: flet==0.85.0.dev4
15
15
  Dynamic: license-file
16
16
 
17
17
  # flet-geolocator
@@ -61,4 +61,4 @@ To install the `flet-geolocator` package and add it to your project dependencies
61
61
 
62
62
  ### Examples
63
63
 
64
- For examples, see [these](https://github.com/flet-dev/flet/tree/main/examples/services/geolocator).
64
+ For examples, see [these](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/extensions/geolocator).
@@ -0,0 +1 @@
1
+ flet==0.85.0.dev4
@@ -1 +0,0 @@
1
- flet==0.85.0.dev2