forked from mapbox/mapbox-maps-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
37 lines (32 loc) · 867 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
35
36
37
name: mapbox_maps_flutter
description: A Flutter plugin for integrating Mapbox Maps SDK v11 in Android/iOS application.
version: 1.1.0
homepage: https://github.com/mapbox/mapbox-maps-flutter
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
enum_to_string: ^2.0.1
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.5
turf: ^0.0.8
typed_data: ^1.3.0
meta: ^1.9.1
dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
test: ^1.19.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: com.mapbox.maps.mapbox_maps
pluginClass: MapboxMapsPlugin
ios:
pluginClass: MapboxMapsPlugin