dev
yaml 77 lines 1.99 KB
Raw
1 name: cw_nano
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.17.0"
11
12 dependencies:
13 flutter:
14 sdk: flutter
15 mobx: ^2.6.0
16 bip39: ^1.0.6
17 bip32: ^2.0.0
18 decimal: ^2.3.3
19 libcrypto: ^0.2.2
20 ed25519_hd_key: ^2.2.0
21 hex: ^0.2.0
22 http: ^1.1.0
23 shared_preferences: ^2.0.15
24 nanoutil:
25 git:
26 url: https://github.com/perishllc/nanoutil.git
27 ref: c01a9c552917008d8fbc6b540db657031625b04f
28 cw_core:
29 path: ../cw_core
30
31 dev_dependencies:
32 flutter_test:
33 sdk: flutter
34 build_runner: ^2.15.0
35 mobx_codegen: ^2.7.7
36 # hive_generator: ^2.0.1
37 hive: 2.0.1
38
39 dependency_overrides:
40 watcher: ^1.1.0
41
42 # For information on the generic Dart part of this file, see the
43 # following page: https://dart.dev/tools/pub/pubspec
44
45 # The following section is specific to Flutter packages.
46 flutter:
47
48 # To add assets to your package, add an assets section, like this:
49 # assets:
50 # - images/a_dot_burr.jpeg
51 # - images/a_dot_ham.jpeg
52 #
53 # For details regarding assets in packages, see
54 # https://flutter.dev/assets-and-images/#from-packages
55 #
56 # An image asset can refer to one or more resolution-specific "variants", see
57 # https://flutter.dev/assets-and-images/#resolution-aware
58
59 # To add custom fonts to your package, add a fonts section here,
60 # in this "flutter" section. Each entry in this list should have a
61 # "family" key with the font family name, and a "fonts" key with a
62 # list giving the asset and other descriptors for the font. For
63 # example:
64 # fonts:
65 # - family: Schyler
66 # fonts:
67 # - asset: fonts/Schyler-Regular.ttf
68 # - asset: fonts/Schyler-Italic.ttf
69 # style: italic
70 # - family: Trajan Pro
71 # fonts:
72 # - asset: fonts/TrajanPro.ttf
73 # - asset: fonts/TrajanPro_Bold.ttf
74 # weight: 700
75 #
76 # For details regarding fonts in packages, see
77 # https://flutter.dev/custom-fonts/#from-packages