flet-map 0.2.0.dev58__tar.gz → 0.2.0.dev504__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.2.0.dev58/src/flet_map.egg-info → flet_map-0.2.0.dev504}/PKG-INFO +6 -4
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/README.md +5 -3
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/pyproject.toml +5 -1
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map/__init__.py +10 -10
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map/circle_layer.py +2 -2
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map/map.py +18 -222
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map/marker_layer.py +2 -2
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map/polygon_layer.py +2 -2
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map/polyline_layer.py +2 -2
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map/rich_attribution.py +3 -3
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map/simple_attribution.py +1 -1
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map/tile_layer.py +4 -3
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map/types.py +1 -1
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504/src/flet_map.egg-info}/PKG-INFO +6 -4
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/utils/map.dart +4 -2
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/pubspec.lock +68 -44
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/LICENSE +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/setup.cfg +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map/map_layer.py +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map/source_attribution.py +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map.egg-info/SOURCES.txt +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map.egg-info/dependency_links.txt +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map.egg-info/requires.txt +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flet_map.egg-info/top_level.txt +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/CHANGELOG.md +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/LICENSE +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/README.md +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/analysis_options.yaml +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/flet_map.dart +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/circle_layer.dart +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/extension.dart +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/map.dart +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/marker_layer.dart +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/polygon_layer.dart +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/polyline_layer.dart +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/rich_attribution.dart +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/simple_attribution.dart +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/tile_layer.dart +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/utils/attribution_alignment.dart +0 -0
- {flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/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.2.0.
|
|
3
|
+
Version: 0.2.0.dev504
|
|
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
|
|
@@ -41,7 +41,9 @@ This package supports the following platforms:
|
|
|
41
41
|
| Android | ✅ |
|
|
42
42
|
| Web | ✅ |
|
|
43
43
|
|
|
44
|
-
##
|
|
44
|
+
## Usage
|
|
45
|
+
|
|
46
|
+
### Installation
|
|
45
47
|
|
|
46
48
|
To install the `flet-map` package and add it to your project dependencies:
|
|
47
49
|
|
|
@@ -61,6 +63,6 @@ To install the `flet-map` package and add it to your project dependencies:
|
|
|
61
63
|
poetry add flet-map
|
|
62
64
|
```
|
|
63
65
|
|
|
64
|
-
|
|
66
|
+
### Examples
|
|
65
67
|
|
|
66
|
-
For examples, see [
|
|
68
|
+
For examples, see [these](./examples).
|
|
@@ -25,7 +25,9 @@ This package supports the following platforms:
|
|
|
25
25
|
| Android | ✅ |
|
|
26
26
|
| Web | ✅ |
|
|
27
27
|
|
|
28
|
-
##
|
|
28
|
+
## Usage
|
|
29
|
+
|
|
30
|
+
### Installation
|
|
29
31
|
|
|
30
32
|
To install the `flet-map` package and add it to your project dependencies:
|
|
31
33
|
|
|
@@ -45,6 +47,6 @@ To install the `flet-map` package and add it to your project dependencies:
|
|
|
45
47
|
poetry add flet-map
|
|
46
48
|
```
|
|
47
49
|
|
|
48
|
-
|
|
50
|
+
### Examples
|
|
49
51
|
|
|
50
|
-
For examples, see [
|
|
52
|
+
For examples, see [these](./examples).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-map"
|
|
3
|
-
version = "0.2.0.
|
|
3
|
+
version = "0.2.0.dev504"
|
|
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" }]
|
|
@@ -52,6 +52,7 @@ docs = [
|
|
|
52
52
|
"markdown-exec[ansi] >=1.11.0",
|
|
53
53
|
"pydocstyle >=6.3.0",
|
|
54
54
|
"linkcheckmd >=1.4.0",
|
|
55
|
+
"mkdocs-external-images",
|
|
55
56
|
{ include-group = 'docs-coverage' },
|
|
56
57
|
]
|
|
57
58
|
all = [
|
|
@@ -59,6 +60,9 @@ all = [
|
|
|
59
60
|
{ include-group = 'docs' },
|
|
60
61
|
]
|
|
61
62
|
|
|
63
|
+
[tool.uv.sources]
|
|
64
|
+
mkdocs-external-images = { git = "https://github.com/flet-dev/mkdocs-external-images", tag = "v0.2.0" }
|
|
65
|
+
|
|
62
66
|
[build-system]
|
|
63
67
|
requires = ["setuptools"]
|
|
64
68
|
build-backend = "setuptools.build_meta"
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
from .circle_layer import CircleLayer, CircleMarker
|
|
2
|
-
from .map import Map
|
|
3
|
-
from .marker_layer import Marker, MarkerLayer
|
|
4
|
-
from .polygon_layer import PolygonLayer, PolygonMarker
|
|
5
|
-
from .polyline_layer import PolylineLayer, PolylineMarker
|
|
6
|
-
from .rich_attribution import RichAttribution
|
|
7
|
-
from .simple_attribution import SimpleAttribution
|
|
8
|
-
from .source_attribution import (
|
|
1
|
+
from flet_map.circle_layer import CircleLayer, CircleMarker
|
|
2
|
+
from flet_map.map import Map
|
|
3
|
+
from flet_map.marker_layer import Marker, MarkerLayer
|
|
4
|
+
from flet_map.polygon_layer import PolygonLayer, PolygonMarker
|
|
5
|
+
from flet_map.polyline_layer import PolylineLayer, PolylineMarker
|
|
6
|
+
from flet_map.rich_attribution import RichAttribution
|
|
7
|
+
from flet_map.simple_attribution import SimpleAttribution
|
|
8
|
+
from flet_map.source_attribution import (
|
|
9
9
|
ImageSourceAttribution,
|
|
10
10
|
SourceAttribution,
|
|
11
11
|
TextSourceAttribution,
|
|
12
12
|
)
|
|
13
|
-
from .tile_layer import TileLayer
|
|
14
|
-
from .types import (
|
|
13
|
+
from flet_map.tile_layer import TileLayer
|
|
14
|
+
from flet_map.types import (
|
|
15
15
|
AttributionAlignment,
|
|
16
16
|
Camera,
|
|
17
17
|
CameraFit,
|
|
@@ -2,8 +2,8 @@ from typing import Optional
|
|
|
2
2
|
|
|
3
3
|
import flet as ft
|
|
4
4
|
|
|
5
|
-
from .map_layer import MapLayer
|
|
6
|
-
from .types import MapLatitudeLongitude
|
|
5
|
+
from flet_map.map_layer import MapLayer
|
|
6
|
+
from flet_map.types import MapLatitudeLongitude
|
|
7
7
|
|
|
8
8
|
__all__ = ["CircleLayer", "CircleMarker"]
|
|
9
9
|
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import asyncio
|
|
2
1
|
from dataclasses import field
|
|
3
2
|
from typing import Optional
|
|
4
3
|
|
|
5
4
|
import flet as ft
|
|
6
5
|
|
|
7
|
-
from .map_layer import MapLayer
|
|
8
|
-
from .types import (
|
|
6
|
+
from flet_map.map_layer import MapLayer
|
|
7
|
+
from flet_map.types import (
|
|
9
8
|
CameraFit,
|
|
10
9
|
InteractionConfiguration,
|
|
11
10
|
MapEvent,
|
|
@@ -155,7 +154,7 @@ class Map(ft.ConstrainedControl):
|
|
|
155
154
|
Fires when a pointer up event occurs.
|
|
156
155
|
"""
|
|
157
156
|
|
|
158
|
-
async def
|
|
157
|
+
async def rotate_from(
|
|
159
158
|
self,
|
|
160
159
|
degree: ft.Number,
|
|
161
160
|
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
@@ -174,7 +173,7 @@ class Map(ft.ConstrainedControl):
|
|
|
174
173
|
cancel_ongoing_animations: Whether to cancel/stop all
|
|
175
174
|
ongoing map-animations before starting this new one.
|
|
176
175
|
"""
|
|
177
|
-
await self.
|
|
176
|
+
await self._invoke_method(
|
|
178
177
|
method_name="rotate_from",
|
|
179
178
|
arguments={
|
|
180
179
|
"degree": degree,
|
|
@@ -184,35 +183,7 @@ class Map(ft.ConstrainedControl):
|
|
|
184
183
|
},
|
|
185
184
|
)
|
|
186
185
|
|
|
187
|
-
def
|
|
188
|
-
self,
|
|
189
|
-
degree: ft.Number,
|
|
190
|
-
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
191
|
-
animation_duration: Optional[ft.DurationValue] = None,
|
|
192
|
-
cancel_ongoing_animations: bool = False,
|
|
193
|
-
) -> None:
|
|
194
|
-
"""
|
|
195
|
-
Applies a rotation of `degree` to the current rotation.
|
|
196
|
-
|
|
197
|
-
Args:
|
|
198
|
-
degree: The number of degrees to increment to the current rotation.
|
|
199
|
-
animation_curve: The curve of the animation. If None (the default),
|
|
200
|
-
[`Map.animation_curve`][(p).] will be used.
|
|
201
|
-
animation_duration: The duration of the animation.
|
|
202
|
-
If None (the default), [`Map.animation_duration`][(p).] will be used.
|
|
203
|
-
cancel_ongoing_animations: Whether to cancel/stop all
|
|
204
|
-
ongoing map-animations before starting this new one.
|
|
205
|
-
"""
|
|
206
|
-
asyncio.create_task(
|
|
207
|
-
self.rotate_from_async(
|
|
208
|
-
degree=degree,
|
|
209
|
-
animation_curve=animation_curve,
|
|
210
|
-
animation_duration=animation_duration,
|
|
211
|
-
cancel_ongoing_animations=cancel_ongoing_animations,
|
|
212
|
-
)
|
|
213
|
-
)
|
|
214
|
-
|
|
215
|
-
async def reset_rotation_async(
|
|
186
|
+
async def reset_rotation(
|
|
216
187
|
self,
|
|
217
188
|
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
218
189
|
animation_duration: Optional[ft.DurationValue] = None,
|
|
@@ -229,7 +200,7 @@ class Map(ft.ConstrainedControl):
|
|
|
229
200
|
cancel_ongoing_animations: Whether to cancel/stop all
|
|
230
201
|
ongoing map-animations before starting this new one.
|
|
231
202
|
"""
|
|
232
|
-
await self.
|
|
203
|
+
await self._invoke_method(
|
|
233
204
|
method_name="reset_rotation",
|
|
234
205
|
arguments={
|
|
235
206
|
"curve": animation_curve or self.animation_curve,
|
|
@@ -238,32 +209,7 @@ class Map(ft.ConstrainedControl):
|
|
|
238
209
|
},
|
|
239
210
|
)
|
|
240
211
|
|
|
241
|
-
def
|
|
242
|
-
self,
|
|
243
|
-
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
244
|
-
animation_duration: ft.DurationValue = None,
|
|
245
|
-
cancel_ongoing_animations: bool = False,
|
|
246
|
-
) -> None:
|
|
247
|
-
"""
|
|
248
|
-
Resets the map's rotation to 0 degrees.
|
|
249
|
-
|
|
250
|
-
Args:
|
|
251
|
-
animation_curve: The curve of the animation. If None (the default),
|
|
252
|
-
[`Map.animation_curve`][(p).] will be used.
|
|
253
|
-
animation_duration: The duration of the animation.
|
|
254
|
-
If None (the default), [`Map.animation_duration`][(p).] will be used.
|
|
255
|
-
cancel_ongoing_animations: Whether to cancel/stop all
|
|
256
|
-
ongoing map-animations before starting this new one.
|
|
257
|
-
"""
|
|
258
|
-
asyncio.create_task(
|
|
259
|
-
self.reset_rotation_async(
|
|
260
|
-
animation_curve=animation_curve,
|
|
261
|
-
animation_duration=animation_duration,
|
|
262
|
-
cancel_ongoing_animations=cancel_ongoing_animations,
|
|
263
|
-
)
|
|
264
|
-
)
|
|
265
|
-
|
|
266
|
-
async def zoom_in_async(
|
|
212
|
+
async def zoom_in(
|
|
267
213
|
self,
|
|
268
214
|
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
269
215
|
animation_duration: Optional[ft.DurationValue] = None,
|
|
@@ -280,7 +226,7 @@ class Map(ft.ConstrainedControl):
|
|
|
280
226
|
cancel_ongoing_animations: Whether to cancel/stop all
|
|
281
227
|
ongoing map-animations before starting this new one.
|
|
282
228
|
"""
|
|
283
|
-
await self.
|
|
229
|
+
await self._invoke_method(
|
|
284
230
|
method_name="zoom_in",
|
|
285
231
|
arguments={
|
|
286
232
|
"curve": animation_curve or self.animation_curve,
|
|
@@ -289,32 +235,7 @@ class Map(ft.ConstrainedControl):
|
|
|
289
235
|
},
|
|
290
236
|
)
|
|
291
237
|
|
|
292
|
-
def
|
|
293
|
-
self,
|
|
294
|
-
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
295
|
-
animation_duration: Optional[ft.DurationValue] = None,
|
|
296
|
-
cancel_ongoing_animations: bool = False,
|
|
297
|
-
) -> None:
|
|
298
|
-
"""
|
|
299
|
-
Zooms in by one zoom-level from the current one.
|
|
300
|
-
|
|
301
|
-
Args:
|
|
302
|
-
animation_curve: The curve of the animation. If None (the default),
|
|
303
|
-
[`Map.animation_curve`][(p).] will be used.
|
|
304
|
-
animation_duration: The duration of the animation.
|
|
305
|
-
If None (the default), [`Map.animation_duration`][(p).] will be used.
|
|
306
|
-
cancel_ongoing_animations: Whether to cancel/stop all
|
|
307
|
-
ongoing map-animations before starting this new one.
|
|
308
|
-
"""
|
|
309
|
-
asyncio.create_task(
|
|
310
|
-
self.zoom_in_async(
|
|
311
|
-
animation_curve=animation_curve,
|
|
312
|
-
animation_duration=animation_duration,
|
|
313
|
-
cancel_ongoing_animations=cancel_ongoing_animations,
|
|
314
|
-
)
|
|
315
|
-
)
|
|
316
|
-
|
|
317
|
-
async def zoom_out_async(
|
|
238
|
+
async def zoom_out(
|
|
318
239
|
self,
|
|
319
240
|
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
320
241
|
animation_duration: Optional[ft.DurationValue] = None,
|
|
@@ -331,7 +252,7 @@ class Map(ft.ConstrainedControl):
|
|
|
331
252
|
cancel_ongoing_animations: Whether to cancel/stop all
|
|
332
253
|
ongoing map-animations before starting this new one.
|
|
333
254
|
"""
|
|
334
|
-
await self.
|
|
255
|
+
await self._invoke_method(
|
|
335
256
|
method_name="zoom_out",
|
|
336
257
|
arguments={
|
|
337
258
|
"curve": animation_curve or self.animation_curve,
|
|
@@ -340,32 +261,7 @@ class Map(ft.ConstrainedControl):
|
|
|
340
261
|
},
|
|
341
262
|
)
|
|
342
263
|
|
|
343
|
-
def
|
|
344
|
-
self,
|
|
345
|
-
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
346
|
-
animation_duration: Optional[ft.DurationValue] = None,
|
|
347
|
-
cancel_ongoing_animations: bool = False,
|
|
348
|
-
) -> None:
|
|
349
|
-
"""
|
|
350
|
-
Zooms out by one zoom-level from the current one.
|
|
351
|
-
|
|
352
|
-
Args:
|
|
353
|
-
animation_curve: The curve of the animation. If None (the default),
|
|
354
|
-
[`Map.animation_curve`][(p).] will be used.
|
|
355
|
-
animation_duration: The duration of the animation.
|
|
356
|
-
If None (the default), [`Map.animation_duration`][(p).] will be used.
|
|
357
|
-
cancel_ongoing_animations: Whether to cancel/stop all
|
|
358
|
-
ongoing map-animations before starting this new one.
|
|
359
|
-
"""
|
|
360
|
-
asyncio.create_task(
|
|
361
|
-
self.zoom_out_async(
|
|
362
|
-
animation_curve=animation_curve,
|
|
363
|
-
animation_duration=animation_duration,
|
|
364
|
-
cancel_ongoing_animations=cancel_ongoing_animations,
|
|
365
|
-
)
|
|
366
|
-
)
|
|
367
|
-
|
|
368
|
-
async def zoom_to_async(
|
|
264
|
+
async def zoom_to(
|
|
369
265
|
self,
|
|
370
266
|
zoom: ft.Number,
|
|
371
267
|
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
@@ -384,7 +280,7 @@ class Map(ft.ConstrainedControl):
|
|
|
384
280
|
cancel_ongoing_animations: Whether to cancel/stop all
|
|
385
281
|
ongoing map-animations before starting this new one.
|
|
386
282
|
"""
|
|
387
|
-
await self.
|
|
283
|
+
await self._invoke_method(
|
|
388
284
|
method_name="zoom_to",
|
|
389
285
|
arguments={
|
|
390
286
|
"zoom": zoom,
|
|
@@ -394,42 +290,14 @@ class Map(ft.ConstrainedControl):
|
|
|
394
290
|
},
|
|
395
291
|
)
|
|
396
292
|
|
|
397
|
-
def
|
|
398
|
-
self,
|
|
399
|
-
zoom: ft.Number,
|
|
400
|
-
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
401
|
-
animation_duration: Optional[ft.DurationValue] = None,
|
|
402
|
-
cancel_ongoing_animations: bool = False,
|
|
403
|
-
) -> None:
|
|
404
|
-
"""
|
|
405
|
-
Zoom the map to a specific zoom level.
|
|
406
|
-
|
|
407
|
-
Args:
|
|
408
|
-
zoom: The zoom level to zoom to.
|
|
409
|
-
animation_curve: The curve of the animation. If None (the default),
|
|
410
|
-
[`Map.animation_curve`][(p).] will be used.
|
|
411
|
-
animation_duration: The duration of the animation.
|
|
412
|
-
If None (the default), [`Map.animation_duration`][(p).] will be used.
|
|
413
|
-
cancel_ongoing_animations: Whether to cancel/stop all
|
|
414
|
-
ongoing map-animations before starting this new one.
|
|
415
|
-
"""
|
|
416
|
-
asyncio.create_task(
|
|
417
|
-
self.zoom_to_async(
|
|
418
|
-
zoom=zoom,
|
|
419
|
-
animation_curve=animation_curve,
|
|
420
|
-
animation_duration=animation_duration,
|
|
421
|
-
cancel_ongoing_animations=cancel_ongoing_animations,
|
|
422
|
-
)
|
|
423
|
-
)
|
|
424
|
-
|
|
425
|
-
async def move_to_async(
|
|
293
|
+
async def move_to(
|
|
426
294
|
self,
|
|
427
295
|
destination: Optional[MapLatitudeLongitude] = None,
|
|
428
296
|
zoom: Optional[ft.Number] = None,
|
|
429
297
|
rotation: Optional[ft.Number] = None,
|
|
430
298
|
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
431
299
|
animation_duration: Optional[ft.DurationValue] = None,
|
|
432
|
-
offset: ft.OffsetValue =
|
|
300
|
+
offset: ft.OffsetValue = (0, 0),
|
|
433
301
|
cancel_ongoing_animations: bool = False,
|
|
434
302
|
) -> None:
|
|
435
303
|
"""
|
|
@@ -454,7 +322,7 @@ class Map(ft.ConstrainedControl):
|
|
|
454
322
|
assert zoom is None or zoom >= 0, (
|
|
455
323
|
f"zoom must be greater than or equal to zero, got {zoom}"
|
|
456
324
|
)
|
|
457
|
-
await self.
|
|
325
|
+
await self._invoke_method(
|
|
458
326
|
method_name="move_to",
|
|
459
327
|
arguments={
|
|
460
328
|
"destination": destination,
|
|
@@ -467,48 +335,7 @@ class Map(ft.ConstrainedControl):
|
|
|
467
335
|
},
|
|
468
336
|
)
|
|
469
337
|
|
|
470
|
-
def
|
|
471
|
-
self,
|
|
472
|
-
destination: Optional[MapLatitudeLongitude] = None,
|
|
473
|
-
zoom: Optional[ft.Number] = None,
|
|
474
|
-
rotation: Optional[ft.Number] = None,
|
|
475
|
-
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
476
|
-
animation_duration: Optional[ft.DurationValue] = None,
|
|
477
|
-
offset: ft.OffsetValue = ft.Offset(0, 0),
|
|
478
|
-
cancel_ongoing_animations: bool = False,
|
|
479
|
-
) -> None:
|
|
480
|
-
"""
|
|
481
|
-
Moves to a specific location.
|
|
482
|
-
|
|
483
|
-
Args:
|
|
484
|
-
destination: The destination point to move to.
|
|
485
|
-
zoom: The zoom level to be applied. If provided,
|
|
486
|
-
must be greater than or equal to `0.0`.
|
|
487
|
-
rotation: Rotation (in degrees) to be applied.
|
|
488
|
-
offset: The offset to be used. Only works when `rotation` is `None`.
|
|
489
|
-
animation_curve: The curve of the animation. If None (the default),
|
|
490
|
-
[`Map.animation_curve`][(p).] will be used.
|
|
491
|
-
animation_duration: The duration of the animation.
|
|
492
|
-
If None (the default), [`Map.animation_duration`][(p).] will be used.
|
|
493
|
-
cancel_ongoing_animations: Whether to cancel/stop all
|
|
494
|
-
ongoing map-animations before starting this new one.
|
|
495
|
-
|
|
496
|
-
Raises:
|
|
497
|
-
AssertionError: If `zoom` is not `None` and is negative.
|
|
498
|
-
"""
|
|
499
|
-
asyncio.create_task(
|
|
500
|
-
self.move_to_async(
|
|
501
|
-
destination=destination,
|
|
502
|
-
zoom=zoom,
|
|
503
|
-
rotation=rotation,
|
|
504
|
-
animation_curve=animation_curve,
|
|
505
|
-
animation_duration=animation_duration,
|
|
506
|
-
offset=offset,
|
|
507
|
-
cancel_ongoing_animations=cancel_ongoing_animations,
|
|
508
|
-
)
|
|
509
|
-
)
|
|
510
|
-
|
|
511
|
-
async def center_on_async(
|
|
338
|
+
async def center_on(
|
|
512
339
|
self,
|
|
513
340
|
point: MapLatitudeLongitude,
|
|
514
341
|
zoom: Optional[ft.Number],
|
|
@@ -522,14 +349,14 @@ class Map(ft.ConstrainedControl):
|
|
|
522
349
|
Args:
|
|
523
350
|
point: The point on which to center the map.
|
|
524
351
|
zoom: The zoom level to be applied.
|
|
525
|
-
animation_curve: The curve of the animation. If None (the default),
|
|
352
|
+
animation_curve: The curve of the animation. If `None` (the default),
|
|
526
353
|
[`Map.animation_curve`][(p).] will be used.
|
|
527
354
|
animation_duration: The duration of the animation.
|
|
528
355
|
If None (the default), [`Map.animation_duration`][(p).] will be used.
|
|
529
356
|
cancel_ongoing_animations: Whether to cancel/stop all
|
|
530
357
|
ongoing map-animations before starting this new one.
|
|
531
358
|
"""
|
|
532
|
-
await self.
|
|
359
|
+
await self._invoke_method(
|
|
533
360
|
method_name="center_on",
|
|
534
361
|
arguments={
|
|
535
362
|
"point": point,
|
|
@@ -539,34 +366,3 @@ class Map(ft.ConstrainedControl):
|
|
|
539
366
|
"cancel_ongoing_animations": cancel_ongoing_animations,
|
|
540
367
|
},
|
|
541
368
|
)
|
|
542
|
-
|
|
543
|
-
def center_on(
|
|
544
|
-
self,
|
|
545
|
-
point: Optional[MapLatitudeLongitude],
|
|
546
|
-
zoom: Optional[ft.Number],
|
|
547
|
-
animation_curve: Optional[ft.AnimationCurve] = None,
|
|
548
|
-
animation_duration: Optional[ft.DurationValue] = None,
|
|
549
|
-
cancel_ongoing_animations: bool = False,
|
|
550
|
-
) -> None:
|
|
551
|
-
"""
|
|
552
|
-
Centers the map on the given point.
|
|
553
|
-
|
|
554
|
-
Args:
|
|
555
|
-
point: The point on which to center the map.
|
|
556
|
-
zoom: The zoom level to be applied.
|
|
557
|
-
animation_curve: The curve of the animation. If None (the default),
|
|
558
|
-
[`Map.animation_curve`][(p).] will be used.
|
|
559
|
-
animation_duration: The duration of the animation.
|
|
560
|
-
If None (the default), [`Map.animation_duration`][(p).] will be used.
|
|
561
|
-
cancel_ongoing_animations: Whether to cancel/stop all
|
|
562
|
-
ongoing map-animations before starting this new one.
|
|
563
|
-
"""
|
|
564
|
-
asyncio.create_task(
|
|
565
|
-
self.center_on_async(
|
|
566
|
-
point=point,
|
|
567
|
-
zoom=zoom,
|
|
568
|
-
animation_curve=animation_curve,
|
|
569
|
-
animation_duration=animation_duration,
|
|
570
|
-
cancel_ongoing_animations=cancel_ongoing_animations,
|
|
571
|
-
)
|
|
572
|
-
)
|
|
@@ -2,8 +2,8 @@ from typing import Optional
|
|
|
2
2
|
|
|
3
3
|
import flet as ft
|
|
4
4
|
|
|
5
|
-
from .map_layer import MapLayer
|
|
6
|
-
from .types import MapLatitudeLongitude
|
|
5
|
+
from flet_map.map_layer import MapLayer
|
|
6
|
+
from flet_map.types import MapLatitudeLongitude
|
|
7
7
|
|
|
8
8
|
__all__ = ["PolygonLayer", "PolygonMarker"]
|
|
9
9
|
|
|
@@ -3,8 +3,8 @@ from typing import Optional
|
|
|
3
3
|
|
|
4
4
|
import flet as ft
|
|
5
5
|
|
|
6
|
-
from .map_layer import MapLayer
|
|
7
|
-
from .types import MapLatitudeLongitude, SolidStrokePattern, StrokePattern
|
|
6
|
+
from flet_map.map_layer import MapLayer
|
|
7
|
+
from flet_map.types import MapLatitudeLongitude, SolidStrokePattern, StrokePattern
|
|
8
8
|
|
|
9
9
|
__all__ = ["PolylineLayer", "PolylineMarker"]
|
|
10
10
|
|
|
@@ -3,9 +3,9 @@ from typing import Optional
|
|
|
3
3
|
|
|
4
4
|
import flet as ft
|
|
5
5
|
|
|
6
|
-
from .map_layer import MapLayer
|
|
7
|
-
from .source_attribution import SourceAttribution
|
|
8
|
-
from .types import AttributionAlignment
|
|
6
|
+
from flet_map.map_layer import MapLayer
|
|
7
|
+
from flet_map.source_attribution import SourceAttribution
|
|
8
|
+
from flet_map.types import AttributionAlignment
|
|
9
9
|
|
|
10
10
|
__all__ = ["RichAttribution"]
|
|
11
11
|
|
|
@@ -3,8 +3,8 @@ from typing import Optional
|
|
|
3
3
|
|
|
4
4
|
import flet as ft
|
|
5
5
|
|
|
6
|
-
from .map_layer import MapLayer
|
|
7
|
-
from .types import (
|
|
6
|
+
from flet_map.map_layer import MapLayer
|
|
7
|
+
from flet_map.types import (
|
|
8
8
|
FadeInTileDisplay,
|
|
9
9
|
MapLatitudeLongitudeBounds,
|
|
10
10
|
TileDisplay,
|
|
@@ -122,7 +122,8 @@ class TileLayer(MapLayer):
|
|
|
122
122
|
|
|
123
123
|
keep_buffer: int = 2
|
|
124
124
|
"""
|
|
125
|
-
When panning the map, keep this many rows and columns of
|
|
125
|
+
When panning the map, keep this many rows and columns of
|
|
126
|
+
tiles before unloading them.
|
|
126
127
|
"""
|
|
127
128
|
|
|
128
129
|
pan_buffer: int = 1
|
|
@@ -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.dev504
|
|
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
|
|
@@ -41,7 +41,9 @@ This package supports the following platforms:
|
|
|
41
41
|
| Android | ✅ |
|
|
42
42
|
| Web | ✅ |
|
|
43
43
|
|
|
44
|
-
##
|
|
44
|
+
## Usage
|
|
45
|
+
|
|
46
|
+
### Installation
|
|
45
47
|
|
|
46
48
|
To install the `flet-map` package and add it to your project dependencies:
|
|
47
49
|
|
|
@@ -61,6 +63,6 @@ To install the `flet-map` package and add it to your project dependencies:
|
|
|
61
63
|
poetry add flet-map
|
|
62
64
|
```
|
|
63
65
|
|
|
64
|
-
|
|
66
|
+
### Examples
|
|
65
67
|
|
|
66
|
-
For examples, see [
|
|
68
|
+
For examples, see [these](./examples).
|
|
@@ -157,8 +157,10 @@ KeyboardOptions? parseKeyboardOptions(dynamic value,
|
|
|
157
157
|
parseDouble(value["rotate_leap_velocity_multiplier"], 3)!,
|
|
158
158
|
zoomLeapVelocityMultiplier:
|
|
159
159
|
parseDouble(value["zoom_leap_velocity_multiplier"], 3)!,
|
|
160
|
-
performLeapTriggerDuration:
|
|
161
|
-
|
|
160
|
+
performLeapTriggerDuration:
|
|
161
|
+
parseDuration(value["perform_leap_trigger_duration"]),
|
|
162
|
+
animationCurveReverseDuration:
|
|
163
|
+
parseDuration(value["animation_curve_reverse_duration"]));
|
|
162
164
|
}
|
|
163
165
|
|
|
164
166
|
CursorRotationBehaviour? parseCursorRotationBehaviour(String? value,
|
|
@@ -13,10 +13,10 @@ packages:
|
|
|
13
13
|
dependency: transitive
|
|
14
14
|
description:
|
|
15
15
|
name: async
|
|
16
|
-
sha256:
|
|
16
|
+
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
|
|
17
17
|
url: "https://pub.dev"
|
|
18
18
|
source: hosted
|
|
19
|
-
version: "2.
|
|
19
|
+
version: "2.13.0"
|
|
20
20
|
boolean_selector:
|
|
21
21
|
dependency: transitive
|
|
22
22
|
description:
|
|
@@ -73,6 +73,14 @@ packages:
|
|
|
73
73
|
url: "https://pub.dev"
|
|
74
74
|
source: hosted
|
|
75
75
|
version: "1.2.0"
|
|
76
|
+
dbus:
|
|
77
|
+
dependency: transitive
|
|
78
|
+
description:
|
|
79
|
+
name: dbus
|
|
80
|
+
sha256: "79e0c23480ff85dc68de79e2cd6334add97e48f7f4865d17686dd6ea81a47e8c"
|
|
81
|
+
url: "https://pub.dev"
|
|
82
|
+
source: hosted
|
|
83
|
+
version: "0.7.11"
|
|
76
84
|
device_info_plus:
|
|
77
85
|
dependency: transitive
|
|
78
86
|
description:
|
|
@@ -93,10 +101,10 @@ packages:
|
|
|
93
101
|
dependency: transitive
|
|
94
102
|
description:
|
|
95
103
|
name: dio
|
|
96
|
-
sha256:
|
|
104
|
+
sha256: d90ee57923d1828ac14e492ca49440f65477f4bb1263575900be731a3dac66a9
|
|
97
105
|
url: "https://pub.dev"
|
|
98
106
|
source: hosted
|
|
99
|
-
version: "5.
|
|
107
|
+
version: "5.9.0"
|
|
100
108
|
dio_web_adapter:
|
|
101
109
|
dependency: transitive
|
|
102
110
|
description:
|
|
@@ -117,10 +125,10 @@ packages:
|
|
|
117
125
|
dependency: transitive
|
|
118
126
|
description:
|
|
119
127
|
name: fake_async
|
|
120
|
-
sha256: "
|
|
128
|
+
sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
|
|
121
129
|
url: "https://pub.dev"
|
|
122
130
|
source: hosted
|
|
123
|
-
version: "1.3.
|
|
131
|
+
version: "1.3.3"
|
|
124
132
|
ffi:
|
|
125
133
|
dependency: transitive
|
|
126
134
|
description:
|
|
@@ -141,16 +149,16 @@ packages:
|
|
|
141
149
|
dependency: transitive
|
|
142
150
|
description:
|
|
143
151
|
name: file_picker
|
|
144
|
-
sha256:
|
|
152
|
+
sha256: e7e16c9d15c36330b94ca0e2ad8cb61f93cd5282d0158c09805aed13b5452f22
|
|
145
153
|
url: "https://pub.dev"
|
|
146
154
|
source: hosted
|
|
147
|
-
version: "10.2
|
|
155
|
+
version: "10.3.2"
|
|
148
156
|
flet:
|
|
149
157
|
dependency: "direct main"
|
|
150
158
|
description:
|
|
151
159
|
path: "packages/flet"
|
|
152
160
|
ref: main
|
|
153
|
-
resolved-ref:
|
|
161
|
+
resolved-ref: "27cea68736639eff49200813838bba3b2bd4e2b0"
|
|
154
162
|
url: "https://github.com/flet-dev/flet.git"
|
|
155
163
|
source: git
|
|
156
164
|
version: "0.70.0"
|
|
@@ -216,10 +224,10 @@ packages:
|
|
|
216
224
|
dependency: transitive
|
|
217
225
|
description:
|
|
218
226
|
name: flutter_plugin_android_lifecycle
|
|
219
|
-
sha256:
|
|
227
|
+
sha256: "6382ce712ff69b0f719640ce957559dde459e55ecd433c767e06d139ddf16cab"
|
|
220
228
|
url: "https://pub.dev"
|
|
221
229
|
source: hosted
|
|
222
|
-
version: "2.0.
|
|
230
|
+
version: "2.0.29"
|
|
223
231
|
flutter_svg:
|
|
224
232
|
dependency: transitive
|
|
225
233
|
description:
|
|
@@ -266,10 +274,10 @@ packages:
|
|
|
266
274
|
dependency: transitive
|
|
267
275
|
description:
|
|
268
276
|
name: intl
|
|
269
|
-
sha256:
|
|
277
|
+
sha256: "3df61194eb431efc39c4ceba583b95633a403f46c9fd341e550ce0bfa50e9aa5"
|
|
270
278
|
url: "https://pub.dev"
|
|
271
279
|
source: hosted
|
|
272
|
-
version: "0.
|
|
280
|
+
version: "0.20.2"
|
|
273
281
|
json_annotation:
|
|
274
282
|
dependency: transitive
|
|
275
283
|
description:
|
|
@@ -290,26 +298,26 @@ packages:
|
|
|
290
298
|
dependency: transitive
|
|
291
299
|
description:
|
|
292
300
|
name: leak_tracker
|
|
293
|
-
sha256:
|
|
301
|
+
sha256: "8dcda04c3fc16c14f48a7bb586d4be1f0d1572731b6d81d51772ef47c02081e0"
|
|
294
302
|
url: "https://pub.dev"
|
|
295
303
|
source: hosted
|
|
296
|
-
version: "
|
|
304
|
+
version: "11.0.1"
|
|
297
305
|
leak_tracker_flutter_testing:
|
|
298
306
|
dependency: transitive
|
|
299
307
|
description:
|
|
300
308
|
name: leak_tracker_flutter_testing
|
|
301
|
-
sha256:
|
|
309
|
+
sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
|
|
302
310
|
url: "https://pub.dev"
|
|
303
311
|
source: hosted
|
|
304
|
-
version: "3.0.
|
|
312
|
+
version: "3.0.10"
|
|
305
313
|
leak_tracker_testing:
|
|
306
314
|
dependency: transitive
|
|
307
315
|
description:
|
|
308
316
|
name: leak_tracker_testing
|
|
309
|
-
sha256: "
|
|
317
|
+
sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1"
|
|
310
318
|
url: "https://pub.dev"
|
|
311
319
|
source: hosted
|
|
312
|
-
version: "3.0.
|
|
320
|
+
version: "3.0.2"
|
|
313
321
|
lints:
|
|
314
322
|
dependency: transitive
|
|
315
323
|
description:
|
|
@@ -382,6 +390,14 @@ packages:
|
|
|
382
390
|
url: "https://pub.dev"
|
|
383
391
|
source: hosted
|
|
384
392
|
version: "2.0.0"
|
|
393
|
+
mime:
|
|
394
|
+
dependency: transitive
|
|
395
|
+
description:
|
|
396
|
+
name: mime
|
|
397
|
+
sha256: "41a20518f0cb1256669420fdba0cd90d21561e560ac240f26ef8322e45bb7ed6"
|
|
398
|
+
url: "https://pub.dev"
|
|
399
|
+
source: hosted
|
|
400
|
+
version: "2.0.0"
|
|
385
401
|
msgpack_dart:
|
|
386
402
|
dependency: transitive
|
|
387
403
|
description:
|
|
@@ -434,10 +450,10 @@ packages:
|
|
|
434
450
|
dependency: transitive
|
|
435
451
|
description:
|
|
436
452
|
name: path_provider_foundation
|
|
437
|
-
sha256: "
|
|
453
|
+
sha256: "16eef174aacb07e09c351502740fa6254c165757638eba1e9116b0a781201bbd"
|
|
438
454
|
url: "https://pub.dev"
|
|
439
455
|
source: hosted
|
|
440
|
-
version: "2.4.
|
|
456
|
+
version: "2.4.2"
|
|
441
457
|
path_provider_linux:
|
|
442
458
|
dependency: transitive
|
|
443
459
|
description:
|
|
@@ -506,10 +522,10 @@ packages:
|
|
|
506
522
|
dependency: transitive
|
|
507
523
|
description:
|
|
508
524
|
name: provider
|
|
509
|
-
sha256: "
|
|
525
|
+
sha256: "4e82183fa20e5ca25703ead7e05de9e4cceed1fbd1eadc1ac3cb6f565a09f272"
|
|
510
526
|
url: "https://pub.dev"
|
|
511
527
|
source: hosted
|
|
512
|
-
version: "6.1.5"
|
|
528
|
+
version: "6.1.5+1"
|
|
513
529
|
screen_retriever:
|
|
514
530
|
dependency: transitive
|
|
515
531
|
description:
|
|
@@ -550,14 +566,22 @@ packages:
|
|
|
550
566
|
url: "https://pub.dev"
|
|
551
567
|
source: hosted
|
|
552
568
|
version: "0.2.0"
|
|
569
|
+
screenshot:
|
|
570
|
+
dependency: transitive
|
|
571
|
+
description:
|
|
572
|
+
name: screenshot
|
|
573
|
+
sha256: "63817697a7835e6ce82add4228e15d233b74d42975c143ad8cfe07009fab866b"
|
|
574
|
+
url: "https://pub.dev"
|
|
575
|
+
source: hosted
|
|
576
|
+
version: "3.0.0"
|
|
553
577
|
sensors_plus:
|
|
554
578
|
dependency: transitive
|
|
555
579
|
description:
|
|
556
580
|
name: sensors_plus
|
|
557
|
-
sha256: "
|
|
581
|
+
sha256: "89e2bfc3d883743539ce5774a2b93df61effde40ff958ecad78cd66b1a8b8d52"
|
|
558
582
|
url: "https://pub.dev"
|
|
559
583
|
source: hosted
|
|
560
|
-
version: "6.1.
|
|
584
|
+
version: "6.1.2"
|
|
561
585
|
sensors_plus_platform_interface:
|
|
562
586
|
dependency: transitive
|
|
563
587
|
description:
|
|
@@ -578,10 +602,10 @@ packages:
|
|
|
578
602
|
dependency: transitive
|
|
579
603
|
description:
|
|
580
604
|
name: shared_preferences_android
|
|
581
|
-
sha256: "
|
|
605
|
+
sha256: "5bcf0772a761b04f8c6bf814721713de6f3e5d9d89caf8d3fe031b02a342379e"
|
|
582
606
|
url: "https://pub.dev"
|
|
583
607
|
source: hosted
|
|
584
|
-
version: "2.4.
|
|
608
|
+
version: "2.4.11"
|
|
585
609
|
shared_preferences_foundation:
|
|
586
610
|
dependency: transitive
|
|
587
611
|
description:
|
|
@@ -671,10 +695,10 @@ packages:
|
|
|
671
695
|
dependency: transitive
|
|
672
696
|
description:
|
|
673
697
|
name: test_api
|
|
674
|
-
sha256:
|
|
698
|
+
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
|
|
675
699
|
url: "https://pub.dev"
|
|
676
700
|
source: hosted
|
|
677
|
-
version: "0.7.
|
|
701
|
+
version: "0.7.6"
|
|
678
702
|
typed_data:
|
|
679
703
|
dependency: transitive
|
|
680
704
|
description:
|
|
@@ -703,18 +727,18 @@ packages:
|
|
|
703
727
|
dependency: transitive
|
|
704
728
|
description:
|
|
705
729
|
name: url_launcher_android
|
|
706
|
-
sha256: "
|
|
730
|
+
sha256: "0aedad096a85b49df2e4725fa32118f9fa580f3b14af7a2d2221896a02cd5656"
|
|
707
731
|
url: "https://pub.dev"
|
|
708
732
|
source: hosted
|
|
709
|
-
version: "6.3.
|
|
733
|
+
version: "6.3.17"
|
|
710
734
|
url_launcher_ios:
|
|
711
735
|
dependency: transitive
|
|
712
736
|
description:
|
|
713
737
|
name: url_launcher_ios
|
|
714
|
-
sha256:
|
|
738
|
+
sha256: d80b3f567a617cb923546034cc94bfe44eb15f989fe670b37f26abdb9d939cb7
|
|
715
739
|
url: "https://pub.dev"
|
|
716
740
|
source: hosted
|
|
717
|
-
version: "6.3.
|
|
741
|
+
version: "6.3.4"
|
|
718
742
|
url_launcher_linux:
|
|
719
743
|
dependency: transitive
|
|
720
744
|
description:
|
|
@@ -727,10 +751,10 @@ packages:
|
|
|
727
751
|
dependency: transitive
|
|
728
752
|
description:
|
|
729
753
|
name: url_launcher_macos
|
|
730
|
-
sha256:
|
|
754
|
+
sha256: c043a77d6600ac9c38300567f33ef12b0ef4f4783a2c1f00231d2b1941fea13f
|
|
731
755
|
url: "https://pub.dev"
|
|
732
756
|
source: hosted
|
|
733
|
-
version: "3.2.
|
|
757
|
+
version: "3.2.3"
|
|
734
758
|
url_launcher_platform_interface:
|
|
735
759
|
dependency: transitive
|
|
736
760
|
description:
|
|
@@ -775,26 +799,26 @@ packages:
|
|
|
775
799
|
dependency: transitive
|
|
776
800
|
description:
|
|
777
801
|
name: vector_graphics_compiler
|
|
778
|
-
sha256:
|
|
802
|
+
sha256: ca81fdfaf62a5ab45d7296614aea108d2c7d0efca8393e96174bf4d51e6725b0
|
|
779
803
|
url: "https://pub.dev"
|
|
780
804
|
source: hosted
|
|
781
|
-
version: "1.1.
|
|
805
|
+
version: "1.1.18"
|
|
782
806
|
vector_math:
|
|
783
807
|
dependency: transitive
|
|
784
808
|
description:
|
|
785
809
|
name: vector_math
|
|
786
|
-
sha256:
|
|
810
|
+
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
|
|
787
811
|
url: "https://pub.dev"
|
|
788
812
|
source: hosted
|
|
789
|
-
version: "2.
|
|
813
|
+
version: "2.2.0"
|
|
790
814
|
vm_service:
|
|
791
815
|
dependency: transitive
|
|
792
816
|
description:
|
|
793
817
|
name: vm_service
|
|
794
|
-
sha256: "
|
|
818
|
+
sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60"
|
|
795
819
|
url: "https://pub.dev"
|
|
796
820
|
source: hosted
|
|
797
|
-
version: "
|
|
821
|
+
version: "15.0.2"
|
|
798
822
|
web:
|
|
799
823
|
dependency: transitive
|
|
800
824
|
description:
|
|
@@ -823,10 +847,10 @@ packages:
|
|
|
823
847
|
dependency: transitive
|
|
824
848
|
description:
|
|
825
849
|
name: win32
|
|
826
|
-
sha256: "
|
|
850
|
+
sha256: "66814138c3562338d05613a6e368ed8cfb237ad6d64a9e9334be3f309acfca03"
|
|
827
851
|
url: "https://pub.dev"
|
|
828
852
|
source: hosted
|
|
829
|
-
version: "5.
|
|
853
|
+
version: "5.14.0"
|
|
830
854
|
win32_registry:
|
|
831
855
|
dependency: transitive
|
|
832
856
|
description:
|
|
@@ -876,5 +900,5 @@ packages:
|
|
|
876
900
|
source: hosted
|
|
877
901
|
version: "6.5.0"
|
|
878
902
|
sdks:
|
|
879
|
-
dart: ">=3.
|
|
903
|
+
dart: ">=3.8.0 <4.0.0"
|
|
880
904
|
flutter: ">=3.29.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
|
{flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/circle_layer.dart
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/marker_layer.dart
RENAMED
|
File without changes
|
{flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/polygon_layer.dart
RENAMED
|
File without changes
|
{flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/polyline_layer.dart
RENAMED
|
File without changes
|
{flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/rich_attribution.dart
RENAMED
|
File without changes
|
{flet_map-0.2.0.dev58 → flet_map-0.2.0.dev504}/src/flutter/flet_map/lib/src/simple_attribution.dart
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|