-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpubspec.yaml
53 lines (46 loc) · 1.18 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: maplibre
description: "Permissive and performant mapping library that supports Mapbox Vector Tiles (MVT) powered by MapLibre SDKs"
version: 0.0.1+1
repository: https://github.com/josxha/flutter-maplibre
issue_tracker: https://github.com/josxha/flutter-maplibre/issues
homepage: https://flutter-maplibre.pages.dev
documentation: https://flutter-maplibre.pages.dev/docs
topics: [ map, maplibre, mvt ]
funding:
- https://www.paypal.com/paypalme/joschaeckert
platforms:
android:
web:
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: '>=3.22.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
geotypes: ^0.0.2
web: ^1.0.0
dev_dependencies:
build_runner: ^2.4.11
flutter_test:
sdk: flutter
pigeon: ^22.0.0
very_good_analysis: ^6.0.0
flutter:
plugin:
platforms:
android:
package: com.github.josxha.maplibre
pluginClass: MapLibrePlugin
ios:
pluginClass: MaplibrePlugin
linux:
pluginClass: MaplibrePlugin
macos:
pluginClass: MaplibrePlugin
windows:
pluginClass: MaplibrePluginCApi
web:
pluginClass: PlatformWeb
fileName: src/web/platform_web.dart