dev
yaml 132 lines 3.6 KB
Raw
1 name: cw_bitcoin
2 description: A new Flutter package project.
3 version: 0.0.1
4 publish_to: none
5 author: Cake Wallet
6 homepage: https://cakewallet.com
7
8 environment:
9 sdk: ">=3.0.0 <4.0.0"
10 flutter: ">=1.20.0"
11
12 dependencies:
13 flutter:
14 sdk: flutter
15 path_provider: ^2.0.11
16 http: ^1.1.0
17 mobx: ^2.6.0
18 flutter_mobx: ^2.3.0
19 intl: any
20 shared_preferences: ^2.0.15
21 cw_core:
22 path: ../cw_core
23 bitbox:
24 git:
25 url: https://github.com/cake-tech/bitbox-flutter.git
26 ref: Add-Support-For-OP-Return-data
27 rxdart: ^0.28.0
28 cryptography: ^2.0.5
29 blockchain_utils:
30 git:
31 url: https://github.com/cake-tech/blockchain_utils
32 ref: 59fdf29d72068e0522a96a8953ed7272833a9f57
33 cw_mweb:
34 path: ../cw_mweb
35 grpc: 4.0.1
36 sp_scanner:
37 git:
38 url: https://github.com/cake-tech/sp_scanner
39 ref: sp_v4.0.1
40 payjoin_flutter:
41 git:
42 url: https://github.com/konstantinullrich/payjoin-flutter
43 ref: b28c825b1d63381e8c2b25ef2ccabacbf833ce53
44 ledger_flutter_plus: ^1.4.1
45 ledger_bitcoin:
46 git:
47 url: https://github.com/cake-tech/ledger-flutter-plus-plugins
48 path: packages/ledger-bitcoin
49 ref: 75bba8632c529debf30ee2b1858530009fa6440b
50 ledger_litecoin:
51 git:
52 url: https://github.com/cake-tech/ledger-flutter-plus-plugins
53 path: packages/ledger-litecoin
54 trezor_connect:
55 git:
56 url: https://github.com/cake-tech/trezor_connect
57 ref: d1242cea90f84b00200e7bcab914a5af750e23fb
58 bitbox_flutter:
59 path: ../scripts/bitbox_flutter
60 socks_socket:
61 git:
62 url: https://github.com/sneurlax/socks_socket
63 ref: e6232c53c1595469931ababa878759a067c02e94
64 ur:
65 git:
66 url: https://github.com/bukata-sa/bc-ur-dart
67 ref: 5738f70d0ec3d50977ac3dd01fed62939600238b
68 bbqrdart:
69 git:
70 url: https://github.com/mrcyjanek/bbqrdart
71 ref: e867e3d0156d0b29858100f30adc2625b9dae586
72 breez_sdk_spark_flutter:
73 git:
74 url: https://github.com/breez/breez-sdk-spark-flutter
75 ref: v0.23.0
76
77 dev_dependencies:
78 flutter_test:
79 sdk: flutter
80 build_runner: ^2.15.0
81 mobx_codegen: ^2.7.6
82 # hive_generator: ^2.0.1
83 hive: 2.0.1
84
85 dependency_overrides:
86 watcher: ^1.1.0
87 protobuf: ^3.1.0
88 bitcoin_base:
89 git:
90 url: https://github.com/cake-tech/bitcoin_base
91 ref: bda0e2904effa799ec835b4578cc3fc5d31caa78
92 pointycastle: 3.7.4
93 ffi: 2.1.0
94 intl: any
95
96 # For information on the generic Dart part of this file, see the
97 # following page: https://dart.dev/tools/pub/pubspec
98
99 # The following section is specific to Flutter.
100 flutter:
101 uses-material-design: true
102
103 # To add assets to your package, add an assets section, like this:
104 # assets:
105 # - images/a_dot_burr.jpeg
106 # - images/a_dot_ham.jpeg
107 #
108 # For details regarding assets in packages, see
109 # https://flutter.dev/assets-and-images/#from-packages
110 #
111 # An image asset can refer to one or more resolution-specific "variants", see
112 # https://flutter.dev/assets-and-images/#resolution-aware.
113
114 # To add custom fonts to your package, add a fonts section here,
115 # in this "flutter" section. Each entry in this list should have a
116 # "family" key with the font family name, and a "fonts" key with a
117 # list giving the asset and other descriptors for the font. For
118 # example:
119 # fonts:
120 # - family: Schyler
121 # fonts:
122 # - asset: fonts/Schyler-Regular.ttf
123 # - asset: fonts/Schyler-Italic.ttf
124 # style: italic
125 # - family: Trajan Pro
126 # fonts:
127 # - asset: fonts/TrajanPro.ttf
128 # - asset: fonts/TrajanPro_Bold.ttf
129 # weight: 700
130 #
131 # For details regarding fonts in packages, see
132 # https://flutter.dev/custom-fonts/#from-packages