forked from flutter-mapbox-gl/maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
39 lines (35 loc) · 1.01 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
name: mapbox_gl
description: A Flutter plugin for integrating Mapbox Maps inside a Flutter application on Android, iOS and web platfroms.
version: 0.15.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
collection: ^1.15.0
dependency_overrides:
mapbox_gl_platform_interface:
path: ./mapbox_gl_platform_interface
mapbox_gl_web:
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.12.0 <3.0.0'
# Flutter versions prior to 1.10 did not support the flutter.plugin.platforms map.
flutter: ">=2.0.0"