forked from fleaflet/flutter_map
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
34 lines (30 loc) · 767 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
32
33
34
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: 5.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: ">=3.0.0 <4.0.0"
flutter: ">=3.10.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
proj4dart: ^2.1.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
flutter:
assets:
- lib/assets/flutter_map_logo.png