flet-map 0.0.1__py3-none-any.whl → 0.1.0.dev2__py3-none-any.whl

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 (39) hide show
  1. flet_map/__init__.py +30 -1
  2. flet_map/circle_layer.py +156 -0
  3. flet_map/map.py +674 -0
  4. flet_map/map_layer.py +26 -0
  5. flet_map/marker_layer.py +183 -0
  6. flet_map/polygon_layer.py +262 -0
  7. flet_map/polyline_layer.py +292 -0
  8. flet_map/rich_attribution.py +141 -0
  9. flet_map/simple_attribution.py +86 -0
  10. flet_map/text_source_attribution.py +87 -0
  11. flet_map/tile_layer.py +278 -0
  12. flet_map-0.1.0.dev2.dist-info/METADATA +168 -0
  13. flet_map-0.1.0.dev2.dist-info/RECORD +34 -0
  14. {flet_map-0.0.1.dist-info → flet_map-0.1.0.dev2.dist-info}/WHEEL +2 -1
  15. flet_map-0.1.0.dev2.dist-info/top_level.txt +2 -0
  16. flutter/flet_map/CHANGELOG.md +3 -0
  17. flutter/flet_map/LICENSE +201 -0
  18. flutter/flet_map/README.md +3 -0
  19. flutter/flet_map/analysis_options.yaml +4 -0
  20. flutter/flet_map/lib/flet_map.dart +3 -0
  21. flutter/flet_map/lib/src/circle_layer.dart +43 -0
  22. flutter/flet_map/lib/src/create_control.dart +70 -0
  23. flutter/flet_map/lib/src/map.dart +140 -0
  24. flutter/flet_map/lib/src/marker_layer.dart +50 -0
  25. flutter/flet_map/lib/src/polygon_layer.dart +68 -0
  26. flutter/flet_map/lib/src/polyline_layer.dart +80 -0
  27. flutter/flet_map/lib/src/rich_attribution.dart +61 -0
  28. flutter/flet_map/lib/src/simple_attribution.dart +37 -0
  29. flutter/flet_map/lib/src/text_source_attribution.dart +29 -0
  30. flutter/flet_map/lib/src/tile_layer.dart +80 -0
  31. flutter/flet_map/lib/src/utils/attribution_alignment.dart +12 -0
  32. flutter/flet_map/lib/src/utils/map.dart +280 -0
  33. flutter/flet_map/pubspec.lock +831 -0
  34. flutter/flet_map/pubspec.yaml +21 -0
  35. .DS_Store +0 -0
  36. flet_map/.DS_Store +0 -0
  37. flet_map-0.0.1.dist-info/.DS_Store +0 -0
  38. flet_map-0.0.1.dist-info/METADATA +0 -14
  39. flet_map-0.0.1.dist-info/RECORD +0 -7
@@ -0,0 +1,21 @@
1
+ name: flet_map
2
+ description: Flet Map control
3
+ homepage: https://flet.dev
4
+ repository: https://github.com/flet-dev/flet-map/src/flutter/flet_map
5
+ version: 0.1.0
6
+ environment:
7
+ sdk: '>=3.2.3 <4.0.0'
8
+ flutter: '>=1.17.0'
9
+ dependencies:
10
+ flutter:
11
+ sdk: flutter
12
+ collection: ^1.16.0
13
+ flutter_map: ^7.0.2
14
+ flutter_map_animations: ^0.8.0
15
+ flutter_map_cancellable_tile_provider: ^3.0.2
16
+ latlong2: ^0.9.1
17
+ flet: ^0.25.2
18
+ dev_dependencies:
19
+ flutter_test:
20
+ sdk: flutter
21
+ flutter_lints: ^2.0.0
.DS_Store DELETED
Binary file
flet_map/.DS_Store DELETED
Binary file
Binary file
@@ -1,14 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: flet-map
3
- Version: 0.0.1
4
- Summary: Flet Map control
5
- Author: Appveyor Systems Inc.
6
- Author-email: hello@flet.dev
7
- Requires-Python: >=3.8,<4.0
8
- Project-URL: homepage, https://flet.dev
9
- Download-URL:
10
- Description-Content-Type: text/markdown
11
-
12
- # Flet Map
13
-
14
- Flet Map control.
@@ -1,7 +0,0 @@
1
- .DS_Store,sha256=UGxWgJfmLLyazGK5A-uGE3FwdljfvRyUi6SV7VdJU-E,6148
2
- flet_map/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
3
- flet_map/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
- flet_map-0.0.1.dist-info/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
5
- flet_map-0.0.1.dist-info/METADATA,sha256=HOWFH1p4yBYUSHBZL0HwMRFTjREq_AM5eZzy1iyqh4U,289
6
- flet_map-0.0.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
7
- flet_map-0.0.1.dist-info/RECORD,,