forked from maplibre/flutter-maplibre-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
41 lines (36 loc) · 1.03 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
name: maplibre_gl
description: A Flutter plugin for integrating Maplibre Maps inside a Flutter application on Android, iOS and web platforms.
version: 0.18.0
homepage: https://github.com/maplibre/flutter-maplibre-gl
dependencies:
flutter:
sdk: flutter
maplibre_gl_platform_interface:
git:
url: https://github.com/maplibre/flutter-maplibre-gl.git
path: maplibre_gl_platform_interface
ref: main
maplibre_gl_web:
git:
url: https://github.com/maplibre/flutter-maplibre-gl.git
path: maplibre_gl_web
ref: main
dependency_overrides:
maplibre_gl_platform_interface:
path: ./maplibre_gl_platform_interface
maplibre_gl_web:
path: ./maplibre_gl_web
flutter:
plugin:
platforms:
android:
package: com.mapbox.mapboxgl
pluginClass: MapboxMapsPlugin
ios:
pluginClass: MapboxMapsPlugin
web:
default_package: maplibre_gl_web
environment:
# Flutter 2.15 is the required min to be able to use Enum.name
sdk: '>=2.15.0 <3.0.0'
flutter: ">=2.8.1"