flet-geolocator 0.70.0.dev6293__tar.gz → 0.70.0.dev6316__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-geolocator might be problematic. Click here for more details.
- {flet_geolocator-0.70.0.dev6293/src/flet_geolocator.egg-info → flet_geolocator-0.70.0.dev6316}/PKG-INFO +3 -5
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/README.md +1 -3
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/pyproject.toml +2 -2
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316/src/flet_geolocator.egg-info}/PKG-INFO +3 -5
- flet_geolocator-0.70.0.dev6316/src/flet_geolocator.egg-info/requires.txt +1 -0
- flet_geolocator-0.70.0.dev6293/src/flet_geolocator.egg-info/requires.txt +0 -1
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/LICENSE +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/setup.cfg +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flet_geolocator/__init__.py +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flet_geolocator/geolocator.py +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flet_geolocator/types.py +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flet_geolocator.egg-info/SOURCES.txt +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flet_geolocator.egg-info/dependency_links.txt +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flet_geolocator.egg-info/top_level.txt +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flutter/flet_geolocator/analysis_options.yaml +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flutter/flet_geolocator/lib/flet_geolocator.dart +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flutter/flet_geolocator/lib/src/extension.dart +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flutter/flet_geolocator/lib/src/geolocator.dart +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flutter/flet_geolocator/lib/src/utils/geolocator.dart +0 -0
- {flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/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.70.0.
|
|
3
|
+
Version: 0.70.0.dev6316
|
|
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,14 +11,14 @@ 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.70.0.
|
|
14
|
+
Requires-Dist: flet==0.70.0.dev6316
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-geolocator
|
|
18
18
|
|
|
19
19
|
[](https://pypi.python.org/pypi/flet-geolocator)
|
|
20
20
|
[](https://pepy.tech/project/flet-geolocator)
|
|
21
|
-
[](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-geolocator/LICENSE)
|
|
22
22
|
|
|
23
23
|
Adds geolocation capabilities to your [Flet](https://flet.dev) apps.
|
|
24
24
|
|
|
@@ -30,8 +30,6 @@ Features include:
|
|
|
30
30
|
|
|
31
31
|
It is based on the [geolocator](https://pub.dev/packages/geolocator) Flutter package.
|
|
32
32
|
|
|
33
|
-
> **Important:** Add the `Geolocator` instance to `page.services` before invoking its methods.
|
|
34
|
-
|
|
35
33
|
## Documentation
|
|
36
34
|
|
|
37
35
|
Detailed documentation to this package can be found [here](https://docs.flet.dev/geolocator/).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://pypi.python.org/pypi/flet-geolocator)
|
|
4
4
|
[](https://pepy.tech/project/flet-geolocator)
|
|
5
|
-
[](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-geolocator/LICENSE)
|
|
6
6
|
|
|
7
7
|
Adds geolocation capabilities to your [Flet](https://flet.dev) apps.
|
|
8
8
|
|
|
@@ -14,8 +14,6 @@ Features include:
|
|
|
14
14
|
|
|
15
15
|
It is based on the [geolocator](https://pub.dev/packages/geolocator) Flutter package.
|
|
16
16
|
|
|
17
|
-
> **Important:** Add the `Geolocator` instance to `page.services` before invoking its methods.
|
|
18
|
-
|
|
19
17
|
## Documentation
|
|
20
18
|
|
|
21
19
|
Detailed documentation to this package can be found [here](https://docs.flet.dev/geolocator/).
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-geolocator"
|
|
3
|
-
version = "0.70.0.
|
|
3
|
+
version = "0.70.0.dev6316"
|
|
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.70.0.
|
|
10
|
+
"flet==0.70.0.dev6316",
|
|
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.70.0.
|
|
3
|
+
Version: 0.70.0.dev6316
|
|
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,14 +11,14 @@ 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.70.0.
|
|
14
|
+
Requires-Dist: flet==0.70.0.dev6316
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-geolocator
|
|
18
18
|
|
|
19
19
|
[](https://pypi.python.org/pypi/flet-geolocator)
|
|
20
20
|
[](https://pepy.tech/project/flet-geolocator)
|
|
21
|
-
[](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-geolocator/LICENSE)
|
|
22
22
|
|
|
23
23
|
Adds geolocation capabilities to your [Flet](https://flet.dev) apps.
|
|
24
24
|
|
|
@@ -30,8 +30,6 @@ Features include:
|
|
|
30
30
|
|
|
31
31
|
It is based on the [geolocator](https://pub.dev/packages/geolocator) Flutter package.
|
|
32
32
|
|
|
33
|
-
> **Important:** Add the `Geolocator` instance to `page.services` before invoking its methods.
|
|
34
|
-
|
|
35
33
|
## Documentation
|
|
36
34
|
|
|
37
35
|
Detailed documentation to this package can be found [here](https://docs.flet.dev/geolocator/).
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
flet==0.70.0.dev6316
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
flet==0.70.0.dev6293
|
|
File without changes
|
|
File without changes
|
{flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flet_geolocator/__init__.py
RENAMED
|
File without changes
|
{flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flet_geolocator/geolocator.py
RENAMED
|
File without changes
|
{flet_geolocator-0.70.0.dev6293 → flet_geolocator-0.70.0.dev6316}/src/flet_geolocator/types.py
RENAMED
|
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
|