flet-map 0.70.0.dev6370__tar.gz → 0.70.0.dev6551__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-map might be problematic. Click here for more details.
- {flet_map-0.70.0.dev6370/src/flet_map.egg-info → flet_map-0.70.0.dev6551}/PKG-INFO +2 -2
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/pyproject.toml +2 -2
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map/marker_layer.py +1 -1
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551/src/flet_map.egg-info}/PKG-INFO +2 -2
- flet_map-0.70.0.dev6551/src/flet_map.egg-info/requires.txt +1 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/pubspec.lock +8 -16
- flet_map-0.70.0.dev6370/src/flet_map.egg-info/requires.txt +0 -1
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/LICENSE +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/README.md +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/setup.cfg +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map/__init__.py +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map/circle_layer.py +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map/map.py +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map/map_layer.py +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map/polygon_layer.py +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map/polyline_layer.py +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map/rich_attribution.py +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map/simple_attribution.py +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map/source_attribution.py +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map/tile_layer.py +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map/types.py +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map.egg-info/SOURCES.txt +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map.egg-info/dependency_links.txt +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map.egg-info/top_level.txt +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/analysis_options.yaml +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/flet_map.dart +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/circle_layer.dart +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/extension.dart +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/map.dart +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/marker_layer.dart +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/polygon_layer.dart +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/polyline_layer.dart +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/rich_attribution.dart +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/simple_attribution.dart +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/tile_layer.dart +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/utils/attribution_alignment.dart +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/utils/map.dart +0 -0
- {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/pubspec.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-map
|
|
3
|
-
Version: 0.70.0.
|
|
3
|
+
Version: 0.70.0.dev6551
|
|
4
4
|
Summary: Interactive map controls for 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.70.0.
|
|
14
|
+
Requires-Dist: flet==0.70.0.dev6551
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-map"
|
|
3
|
-
version = "0.70.0.
|
|
3
|
+
version = "0.70.0.dev6551"
|
|
4
4
|
description = "Interactive map controls for 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.dev6551",
|
|
11
11
|
]
|
|
12
12
|
|
|
13
13
|
[project.urls]
|
|
@@ -28,7 +28,7 @@ class Marker(ft.Control):
|
|
|
28
28
|
The coordinates of the marker.
|
|
29
29
|
|
|
30
30
|
This will be the center of the marker,
|
|
31
|
-
if [`alignment`][(c).] is [`Alignment.CENTER`][flet.
|
|
31
|
+
if [`alignment`][(c).] is [`Alignment.CENTER`][flet.].
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
rotate: Optional[bool] = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-map
|
|
3
|
-
Version: 0.70.0.
|
|
3
|
+
Version: 0.70.0.dev6551
|
|
4
4
|
Summary: Interactive map controls for 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.70.0.
|
|
14
|
+
Requires-Dist: flet==0.70.0.dev6551
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
flet==0.70.0.dev6551
|
|
@@ -53,18 +53,18 @@ packages:
|
|
|
53
53
|
dependency: transitive
|
|
54
54
|
description:
|
|
55
55
|
name: cross_file
|
|
56
|
-
sha256: "
|
|
56
|
+
sha256: "942a4791cd385a68ccb3b32c71c427aba508a1bb949b86dff2adbe4049f16239"
|
|
57
57
|
url: "https://pub.dev"
|
|
58
58
|
source: hosted
|
|
59
|
-
version: "0.3.
|
|
59
|
+
version: "0.3.5"
|
|
60
60
|
crypto:
|
|
61
61
|
dependency: transitive
|
|
62
62
|
description:
|
|
63
63
|
name: crypto
|
|
64
|
-
sha256:
|
|
64
|
+
sha256: c8ea0233063ba03258fbcf2ca4d6dadfefe14f02fab57702265467a19f27fadf
|
|
65
65
|
url: "https://pub.dev"
|
|
66
66
|
source: hosted
|
|
67
|
-
version: "3.0.
|
|
67
|
+
version: "3.0.7"
|
|
68
68
|
dart_earcut:
|
|
69
69
|
dependency: transitive
|
|
70
70
|
description:
|
|
@@ -93,10 +93,10 @@ packages:
|
|
|
93
93
|
dependency: transitive
|
|
94
94
|
description:
|
|
95
95
|
name: device_info_plus
|
|
96
|
-
sha256:
|
|
96
|
+
sha256: dd0e8e02186b2196c7848c9d394a5fd6e5b57a43a546082c5820b1ec72317e33
|
|
97
97
|
url: "https://pub.dev"
|
|
98
98
|
source: hosted
|
|
99
|
-
version: "12.
|
|
99
|
+
version: "12.2.0"
|
|
100
100
|
device_info_plus_platform_interface:
|
|
101
101
|
dependency: transitive
|
|
102
102
|
description:
|
|
@@ -633,14 +633,6 @@ packages:
|
|
|
633
633
|
url: "https://pub.dev"
|
|
634
634
|
source: hosted
|
|
635
635
|
version: "1.10.1"
|
|
636
|
-
sprintf:
|
|
637
|
-
dependency: transitive
|
|
638
|
-
description:
|
|
639
|
-
name: sprintf
|
|
640
|
-
sha256: "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23"
|
|
641
|
-
url: "https://pub.dev"
|
|
642
|
-
source: hosted
|
|
643
|
-
version: "7.0.0"
|
|
644
636
|
stack_trace:
|
|
645
637
|
dependency: transitive
|
|
646
638
|
description:
|
|
@@ -765,10 +757,10 @@ packages:
|
|
|
765
757
|
dependency: transitive
|
|
766
758
|
description:
|
|
767
759
|
name: uuid
|
|
768
|
-
sha256:
|
|
760
|
+
sha256: a11b666489b1954e01d992f3d601b1804a33937b5a8fe677bd26b8a9f96f96e8
|
|
769
761
|
url: "https://pub.dev"
|
|
770
762
|
source: hosted
|
|
771
|
-
version: "4.5.
|
|
763
|
+
version: "4.5.2"
|
|
772
764
|
vector_graphics:
|
|
773
765
|
dependency: transitive
|
|
774
766
|
description:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
flet==0.70.0.dev6370
|
|
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
|
{flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flet_map.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/analysis_options.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/circle_layer.dart
RENAMED
|
File without changes
|
{flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/extension.dart
RENAMED
|
File without changes
|
|
File without changes
|
{flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/marker_layer.dart
RENAMED
|
File without changes
|
{flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/polygon_layer.dart
RENAMED
|
File without changes
|
{flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/polyline_layer.dart
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/tile_layer.dart
RENAMED
|
File without changes
|
|
File without changes
|
{flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6551}/src/flutter/flet_map/lib/src/utils/map.dart
RENAMED
|
File without changes
|
|
File without changes
|