dev
yaml 91 lines 2.51 KB
Raw
1 name: cw_monero
2 description: A new flutter plugin project.
3 version: 0.0.1
4 publish_to: none
5 homepage: https://cakewallet.com
6
7 environment:
8 sdk: ^3.5.0
9 flutter: ">=1.20.0"
10
11 dependencies:
12 flutter:
13 sdk: flutter
14 bip39: ^1.0.6
15 bip32: ^2.0.0
16 ffi: ^2.0.1
17 http: ^1.1.0
18 path_provider: ^2.0.11
19 mobx: ^2.6.0
20 flutter_mobx: ^2.3.0
21 intl: any
22 encrypt: ^5.0.1
23 polyseed: ^0.0.7
24 cw_core:
25 path: ../cw_core
26 monero:
27 git:
28 url: https://github.com/mrcyjanek/monero_c.git
29 ref: 3bfb3856a838f2bf6b729501837bb0295dedf25d
30 path: impls/monero.dart
31 mutex: ^3.1.0
32 ledger_flutter_plus: ^1.4.1
33 trezor_flutter:
34 git:
35 url: https://github.com/cake-tech/trezor-flutter.git
36 ref: 7d27e19b7bcdcd6241df35953f9a6ec2df0c7a97
37 path: trezor-flutter
38
39 dev_dependencies:
40 flutter_test:
41 sdk: flutter
42 build_runner: ^2.15.0
43 mobx_codegen: ^2.7.7
44 mockito: ^5.4.5
45 # hive_generator: ^2.0.1
46 hive: 2.0.1
47 sqflite_common_ffi: ^2.3.4+4
48
49 dependency_overrides:
50 watcher: ^1.1.0
51
52 # For information on the generic Dart part of this file, see the
53 # following page: https://dart.dev/tools/pub/pubspec
54
55 # The following section is specific to Flutter.
56 flutter:
57 # This section identifies this Flutter project as a plugin project.
58 # The androidPackage and pluginClass identifiers should not ordinarily
59 # be modified. They are used by the tooling to maintain consistency when
60 # adding or updating assets for this project.
61
62 # To add assets to your plugin package, add an assets section, like this:
63 # assets:
64 # - images/a_dot_burr.jpeg
65 # - images/a_dot_ham.jpeg
66 #
67 # For details regarding assets in packages, see
68 # https://flutter.dev/assets-and-images/#from-packages
69 #
70 # An image asset can refer to one or more resolution-specific "variants", see
71 # https://flutter.dev/assets-and-images/#resolution-aware.
72
73 # To add custom fonts to your plugin package, add a fonts section here,
74 # in this "flutter" section. Each entry in this list should have a
75 # "family" key with the font family name, and a "fonts" key with a
76 # list giving the asset and other descriptors for the font. For
77 # example:
78 # fonts:
79 # - family: Schyler
80 # fonts:
81 # - asset: fonts/Schyler-Regular.ttf
82 # - asset: fonts/Schyler-Italic.ttf
83 # style: italic
84 # - family: Trajan Pro
85 # fonts:
86 # - asset: fonts/TrajanPro.ttf
87 # - asset: fonts/TrajanPro_Bold.ttf
88 # weight: 700
89 #
90 # For details regarding fonts in packages, see
91 # https://flutter.dev/custom-fonts/#from-packages