forked from fleaflet/flutter_map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (29 loc) · 761 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (29 loc) · 761 Bytes
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
32
name: flutter_map
description: A versatile mapping package for Flutter, based off leaflet.js,
that's simple and easy to learn, yet completely customizable and configurable.
version: 3.0.0
repository: https://github.com/fleaflet/flutter_map
issue_tracker: https://github.com/fleaflet/flutter_map/issues
documentation: https://docs.fleaflet.dev
environment:
sdk: ">=2.18.0 <3.0.0"
flutter: ">=3.3.0"
dependencies:
async: ^2.9.0
collection: ^1.16.0
flutter:
sdk: flutter
http: ^0.13.5
latlong2: ^0.8.0
meta: ^1.8.0
polylabel: ^1.0.1
positioned_tap_detector_2: ^1.0.4
proj4dart: ^2.1.0
tuple: ^2.0.0
vector_math: ^2.1.2
dev_dependencies:
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
mocktail: ^0.3.0
test: ^1.21.4