flet-map 0.70.0.dev6370__tar.gz → 0.70.0.dev6425__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.

Files changed (38) hide show
  1. {flet_map-0.70.0.dev6370/src/flet_map.egg-info → flet_map-0.70.0.dev6425}/PKG-INFO +2 -2
  2. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/pyproject.toml +2 -2
  3. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map/marker_layer.py +1 -1
  4. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425/src/flet_map.egg-info}/PKG-INFO +2 -2
  5. flet_map-0.70.0.dev6425/src/flet_map.egg-info/requires.txt +1 -0
  6. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/pubspec.lock +2 -2
  7. flet_map-0.70.0.dev6370/src/flet_map.egg-info/requires.txt +0 -1
  8. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/LICENSE +0 -0
  9. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/README.md +0 -0
  10. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/setup.cfg +0 -0
  11. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map/__init__.py +0 -0
  12. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map/circle_layer.py +0 -0
  13. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map/map.py +0 -0
  14. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map/map_layer.py +0 -0
  15. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map/polygon_layer.py +0 -0
  16. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map/polyline_layer.py +0 -0
  17. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map/rich_attribution.py +0 -0
  18. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map/simple_attribution.py +0 -0
  19. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map/source_attribution.py +0 -0
  20. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map/tile_layer.py +0 -0
  21. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map/types.py +0 -0
  22. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map.egg-info/SOURCES.txt +0 -0
  23. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map.egg-info/dependency_links.txt +0 -0
  24. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flet_map.egg-info/top_level.txt +0 -0
  25. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/analysis_options.yaml +0 -0
  26. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/lib/flet_map.dart +0 -0
  27. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/lib/src/circle_layer.dart +0 -0
  28. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/lib/src/extension.dart +0 -0
  29. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/lib/src/map.dart +0 -0
  30. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/lib/src/marker_layer.dart +0 -0
  31. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/lib/src/polygon_layer.dart +0 -0
  32. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/lib/src/polyline_layer.dart +0 -0
  33. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/lib/src/rich_attribution.dart +0 -0
  34. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/lib/src/simple_attribution.dart +0 -0
  35. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/lib/src/tile_layer.dart +0 -0
  36. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/lib/src/utils/attribution_alignment.dart +0 -0
  37. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/src/flutter/flet_map/lib/src/utils/map.dart +0 -0
  38. {flet_map-0.70.0.dev6370 → flet_map-0.70.0.dev6425}/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.dev6370
3
+ Version: 0.70.0.dev6425
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.dev6370
14
+ Requires-Dist: flet==0.70.0.dev6425
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.dev6370"
3
+ version = "0.70.0.dev6425"
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.dev6370",
10
+ "flet==0.70.0.dev6425",
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.Alignment.].
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.dev6370
3
+ Version: 0.70.0.dev6425
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.dev6370
14
+ Requires-Dist: flet==0.70.0.dev6425
15
15
  Dynamic: license-file
16
16
 
17
17
  # flet-map
@@ -0,0 +1 @@
1
+ flet==0.70.0.dev6425
@@ -93,10 +93,10 @@ packages:
93
93
  dependency: transitive
94
94
  description:
95
95
  name: device_info_plus
96
- sha256: "49413c8ca514dea7633e8def233b25efdf83ec8522955cc2c0e3ad802927e7c6"
96
+ sha256: dd0e8e02186b2196c7848c9d394a5fd6e5b57a43a546082c5820b1ec72317e33
97
97
  url: "https://pub.dev"
98
98
  source: hosted
99
- version: "12.1.0"
99
+ version: "12.2.0"
100
100
  device_info_plus_platform_interface:
101
101
  dependency: transitive
102
102
  description:
@@ -1 +0,0 @@
1
- flet==0.70.0.dev6370