forked from syncfusion/flutter-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
31 lines (22 loc) · 848 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: syncfusion_flutter_maps
description: A Flutter Maps library for creating beautiful, interactive, and customizable maps from shape files or WMTS services to visualize the geographical area.
version: 25.2.6
homepage: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_maps
screenshots:
- description: 'This screenshot shows the different types of shape layer feature.'
path: screenshots/shape_layer_maps.png
- description: 'This screenshot shows the different types of tile layer feature.'
path: screenshots/tile_layer_maps.png
environment:
sdk: ">=2.17.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
syncfusion_flutter_core:
path: ../syncfusion_flutter_core
http: ^1.0.0
vector_math: ">=2.1.0 <=3.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter: