forked from mapbox/mapbox-maps-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
39 lines (34 loc) · 874 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
38
39
name: mapbox_maps_flutter
description: Mapbox Maps Flutter Plugin for Mapbox Maps SDK v10.
version: 0.3.0
homepage: https://github.com/mapbox/mapbox-maps-flutter
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
dependencies:
enum_to_string: ^2.0.1
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.5
turf: ^0.0.7
typed_data: ^1.3.0
dev_dependencies:
integration_test:
sdk: flutter
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
test: ^1.19.0
pigeon: 3.2.3
# 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