forked from josxha/flutter-maplibre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
63 lines (55 loc) · 1.42 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
54
55
56
57
58
59
60
61
62
63
name: maplibre
description: "Permissive and performant mapping library that supports Mapbox Vector Tiles (MVT) powered by MapLibre SDKs."
version: 0.1.2
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/index/
topics: [ map, maplibre, mvt ]
funding:
- https://www.paypal.com/paypalme/joschaeckert
platforms:
android:
web:
environment:
sdk: '>=3.5.0 <4.0.0'
flutter: '>=3.24.0' # jni >=0.12.0 depends on meta ^1.15.0
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
geotypes: ^0.0.2
html: ^0.15.4
jni: ^0.12.0
pointer_interceptor: ^0.10.1+2
url_launcher: ^6.3.0
web: ^1.0.0
dev_dependencies:
build_runner: ^2.4.11
flutter_test:
sdk: flutter
jnigen: ^0.12.0
mocktail: ^1.0.4
pigeon: ^22.0.0
very_good_analysis: ^6.0.0
screenshots:
- description: 'MapLibre Logo'
path: 'logo.png'
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: PlatformImpl
fileName: src/platform/platform_web.dart