forked from flutter-mapbox-gl/maps
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
32 lines (29 loc) · 886 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
name: mapbox_gl
description: A Flutter plugin for integrating Mapbox Maps inside a Flutter application on Android, iOS and web platfroms.
version: 0.7.0
homepage: https://github.com/tobrun/flutter-mapbox-gl
dependencies:
flutter:
sdk: flutter
mapbox_gl_platform_interface:
git:
url: https://github.com/tobrun/flutter-mapbox-gl.git
path: mapbox_gl_platform_interface
mapbox_gl_web:
git:
url: https://github.com/tobrun/flutter-mapbox-gl.git
path: mapbox_gl_web
flutter:
plugin:
platforms:
android:
package: com.mapbox.mapboxgl
pluginClass: MapboxMapsPlugin
ios:
pluginClass: MapboxMapsPlugin
web:
default_package: mapbox_gl_web
environment:
sdk: ">=2.1.0 <3.0.0"
# Flutter versions prior to 1.10 did not support the flutter.plugin.platforms map.
flutter: ">=1.10.0 <2.0.0"