forked from valentingrigorean/arcgis_maps_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
executable file
·42 lines (37 loc) · 942 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
name: arcgis_maps_flutter
description: A new flutter plugin project.
version: 0.0.6+43
homepage: https://github.com/valentingrigorean/arcgis_maps_flutter
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.4
stream_transform: ^2.1.0
collection: ^1.17.0
fluster: ^1.2.0
equatable: ^2.0.5
http: ^0.13.5
xml2json: ^5.3.6
jiffy: ^6.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
mockito: ^5.4.0
build_runner: ^2.3.3
flutter:
plugin:
platforms:
android:
package: com.valentingrigorean.arcgis_maps_flutter
pluginClass: ArcgisMapsFlutterPlugin
ios:
pluginClass: ArcgisMapsFlutterPlugin
# To add assets to your plugin package, add an assets section, like this:
assets:
- assets/ic_compass.png
- assets/2.0x/ic_compass.png
- assets/3.0x/ic_compass.png