forked from fluttercommunity/arcgis_map_sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
45 lines (37 loc) · 881 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
40
41
42
43
44
45
name: arcgis_example
description: An example app with the ArcGIS package implementation.
publish_to: none
version: 0.0.0
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
arcgis_map_sdk: ^0.8.0
cupertino_icons: ^1.0.0
geolocator: ^10.1.0
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
js: ^0.6.2
dev_dependencies:
flutter_test:
sdk: flutter
lint: ^2.0.0
flutter:
assets:
- assets/
uses-material-design: true
dependency_overrides:
arcgis_map_sdk:
path: ../arcgis_map_sdk
arcgis_map_sdk_android:
path: ../arcgis_map_sdk_android
arcgis_map_sdk_ios:
path: ../arcgis_map_sdk_ios
arcgis_map_sdk_method_channel:
path: ../arcgis_map_sdk_method_channel
arcgis_map_sdk_platform_interface:
path: ../arcgis_map_sdk_platform_interface
arcgis_map_sdk_web:
path: ../arcgis_map_sdk_web