forked from maplibre/flutter-maplibre-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
34 lines (29 loc) · 782 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: maplibre_gl
description: A Flutter plugin for integrating Maplibre Maps inside a Flutter application on Android, iOS and web platforms.
version: 0.19.0+2
repository: https://github.com/maplibre/flutter-maplibre-gl
issue_tracker: https://github.com/maplibre/flutter-maplibre-gl/issues
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
maplibre_gl_platform_interface: ^0.19.0+2
maplibre_gl_web: ^0.19.0+2
dev_dependencies:
flutter_lints: '>=3.0.0 <5.0.0'
flutter:
plugin:
platforms:
android:
package: com.mapbox.mapboxgl
pluginClass: MapboxMapsPlugin
ios:
pluginClass: MapboxMapsPlugin
web:
default_package: maplibre_gl_web
platforms:
android:
ios:
web: