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