dev
yaml 26 lines 508 Bytes
Raw
1 name: cw_shared_external
2 description: Shared external libraries for monero and haven
3 version: 0.0.1
4 author: Cake Walelt
5 homepage: https://cakewallet.com
6
7 environment:
8 sdk: ">=2.12.0 <3.0.0"
9 flutter: ">=1.20.0"
10
11 dependencies:
12 flutter:
13 sdk: flutter
14
15 dev_dependencies:
16 flutter_test:
17 sdk: flutter
18
19 flutter:
20 plugin:
21 platforms:
22 android:
23 package: com.cakewallet.cw_shared_external
24 pluginClass: CwSharedExternalPlugin
25 ios:
26 pluginClass: CwSharedExternalPlugin