flet-map 0.80.6.dev7665__tar.gz → 0.80.6.dev7673__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.
- {flet_map-0.80.6.dev7665/src/flet_map.egg-info → flet_map-0.80.6.dev7673}/PKG-INFO +2 -2
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/pyproject.toml +2 -2
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673/src/flet_map.egg-info}/PKG-INFO +2 -2
- flet_map-0.80.6.dev7673/src/flet_map.egg-info/requires.txt +1 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/pubspec.lock +9 -9
- flet_map-0.80.6.dev7665/src/flet_map.egg-info/requires.txt +0 -1
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/LICENSE +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/README.md +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/setup.cfg +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map/__init__.py +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map/circle_layer.py +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map/map.py +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map/map_layer.py +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map/marker_layer.py +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map/polygon_layer.py +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map/polyline_layer.py +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map/rich_attribution.py +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map/simple_attribution.py +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map/source_attribution.py +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map/tile_layer.py +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map/types.py +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map.egg-info/SOURCES.txt +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map.egg-info/dependency_links.txt +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map.egg-info/top_level.txt +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/analysis_options.yaml +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/flet_map.dart +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/circle_layer.dart +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/extension.dart +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/map.dart +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/marker_layer.dart +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/polygon_layer.dart +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/polyline_layer.dart +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/rich_attribution.dart +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/simple_attribution.dart +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/tile_layer.dart +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/utils/attribution_alignment.dart +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/utils/map.dart +0 -0
- {flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/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.80.6.
|
|
3
|
+
Version: 0.80.6.dev7673
|
|
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.80.6.
|
|
14
|
+
Requires-Dist: flet==0.80.6.dev7673
|
|
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.80.6.
|
|
3
|
+
version = "0.80.6.dev7673"
|
|
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.80.6.
|
|
10
|
+
"flet==0.80.6.dev7673",
|
|
11
11
|
]
|
|
12
12
|
|
|
13
13
|
[project.urls]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-map
|
|
3
|
-
Version: 0.80.6.
|
|
3
|
+
Version: 0.80.6.dev7673
|
|
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.80.6.
|
|
14
|
+
Requires-Dist: flet==0.80.6.dev7673
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
flet==0.80.6.dev7673
|
|
@@ -45,10 +45,10 @@ packages:
|
|
|
45
45
|
dependency: transitive
|
|
46
46
|
description:
|
|
47
47
|
name: characters
|
|
48
|
-
sha256:
|
|
48
|
+
sha256: faf38497bda5ead2a8c7615f4f7939df04333478bf32e4173fcb06d428b5716b
|
|
49
49
|
url: "https://pub.dev"
|
|
50
50
|
source: hosted
|
|
51
|
-
version: "1.4.
|
|
51
|
+
version: "1.4.1"
|
|
52
52
|
clock:
|
|
53
53
|
dependency: transitive
|
|
54
54
|
description:
|
|
@@ -199,7 +199,7 @@ packages:
|
|
|
199
199
|
path: "../../../../../../../packages/flet"
|
|
200
200
|
relative: true
|
|
201
201
|
source: path
|
|
202
|
-
version: "0.
|
|
202
|
+
version: "0.81.0"
|
|
203
203
|
flutter:
|
|
204
204
|
dependency: "direct main"
|
|
205
205
|
description: flutter
|
|
@@ -424,18 +424,18 @@ packages:
|
|
|
424
424
|
dependency: transitive
|
|
425
425
|
description:
|
|
426
426
|
name: matcher
|
|
427
|
-
sha256:
|
|
427
|
+
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
|
|
428
428
|
url: "https://pub.dev"
|
|
429
429
|
source: hosted
|
|
430
|
-
version: "0.12.
|
|
430
|
+
version: "0.12.18"
|
|
431
431
|
material_color_utilities:
|
|
432
432
|
dependency: transitive
|
|
433
433
|
description:
|
|
434
434
|
name: material_color_utilities
|
|
435
|
-
sha256:
|
|
435
|
+
sha256: "9c337007e82b1889149c82ed242ed1cb24a66044e30979c44912381e9be4c48b"
|
|
436
436
|
url: "https://pub.dev"
|
|
437
437
|
source: hosted
|
|
438
|
-
version: "0.
|
|
438
|
+
version: "0.13.0"
|
|
439
439
|
meta:
|
|
440
440
|
dependency: transitive
|
|
441
441
|
description:
|
|
@@ -885,10 +885,10 @@ packages:
|
|
|
885
885
|
dependency: transitive
|
|
886
886
|
description:
|
|
887
887
|
name: test_api
|
|
888
|
-
sha256:
|
|
888
|
+
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
|
|
889
889
|
url: "https://pub.dev"
|
|
890
890
|
source: hosted
|
|
891
|
-
version: "0.7.
|
|
891
|
+
version: "0.7.9"
|
|
892
892
|
tuple:
|
|
893
893
|
dependency: transitive
|
|
894
894
|
description:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
flet==0.80.6.dev7665
|
|
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
|
|
File without changes
|
{flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flet_map.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/analysis_options.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/circle_layer.dart
RENAMED
|
File without changes
|
{flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/extension.dart
RENAMED
|
File without changes
|
|
File without changes
|
{flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/marker_layer.dart
RENAMED
|
File without changes
|
{flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/polygon_layer.dart
RENAMED
|
File without changes
|
{flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/polyline_layer.dart
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/tile_layer.dart
RENAMED
|
File without changes
|
|
File without changes
|
{flet_map-0.80.6.dev7665 → flet_map-0.80.6.dev7673}/src/flutter/flet_map/lib/src/utils/map.dart
RENAMED
|
File without changes
|
|
File without changes
|