flet-map 0.2.0.dev42__tar.gz → 0.2.0.dev46__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.2.0.dev42/src/flet_map.egg-info → flet_map-0.2.0.dev46}/PKG-INFO +2 -2
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/pyproject.toml +2 -2
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46/src/flet_map.egg-info}/PKG-INFO +2 -2
- flet_map-0.2.0.dev46/src/flet_map.egg-info/requires.txt +1 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/pubspec.lock +2 -2
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/pubspec.yaml +1 -1
- flet_map-0.2.0.dev42/src/flet_map.egg-info/requires.txt +0 -1
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/LICENSE +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/README.md +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/setup.cfg +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map/__init__.py +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map/circle_layer.py +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map/map.py +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map/map_layer.py +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map/marker_layer.py +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map/polygon_layer.py +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map/polyline_layer.py +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map/rich_attribution.py +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map/simple_attribution.py +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map/source_attribution.py +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map/tile_layer.py +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map/types.py +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map.egg-info/SOURCES.txt +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map.egg-info/dependency_links.txt +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flet_map.egg-info/top_level.txt +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/CHANGELOG.md +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/LICENSE +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/README.md +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/analysis_options.yaml +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/flet_map.dart +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/circle_layer.dart +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/extension.dart +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/map.dart +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/marker_layer.dart +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/polygon_layer.dart +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/polyline_layer.dart +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/rich_attribution.dart +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/simple_attribution.dart +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/tile_layer.dart +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/utils/attribution_alignment.dart +0 -0
- {flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/utils/map.dart +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-map
|
|
3
|
-
Version: 0.2.0.
|
|
3
|
+
Version: 0.2.0.dev46
|
|
4
4
|
Summary: Display interactive Maps in 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-map/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.dev0
|
|
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.2.0.
|
|
3
|
+
version = "0.2.0.dev46"
|
|
4
4
|
description = "Display interactive Maps in 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.dev0",
|
|
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.2.0.
|
|
3
|
+
Version: 0.2.0.dev46
|
|
4
4
|
Summary: Display interactive Maps in 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-map/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.dev0
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
flet>=0.70.0.dev0
|
|
@@ -149,8 +149,8 @@ packages:
|
|
|
149
149
|
dependency: "direct main"
|
|
150
150
|
description:
|
|
151
151
|
path: "packages/flet"
|
|
152
|
-
ref:
|
|
153
|
-
resolved-ref:
|
|
152
|
+
ref: main
|
|
153
|
+
resolved-ref: b996d06ff462b88f5b31d6cceafac34ea6f57968
|
|
154
154
|
url: "https://github.com/flet-dev/flet.git"
|
|
155
155
|
source: git
|
|
156
156
|
version: "0.70.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
flet>=0.70.0
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/circle_layer.dart
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/marker_layer.dart
RENAMED
|
File without changes
|
{flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/polygon_layer.dart
RENAMED
|
File without changes
|
{flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/polyline_layer.dart
RENAMED
|
File without changes
|
{flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/rich_attribution.dart
RENAMED
|
File without changes
|
{flet_map-0.2.0.dev42 → flet_map-0.2.0.dev46}/src/flutter/flet_map/lib/src/simple_attribution.dart
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|