| 1 | name: cw_core |
| 2 | description: A new Flutter package project. |
| 3 | version: 0.0.1 |
| 4 | publish_to: none |
| 5 | homepage: https://cakewallet.com |
| 6 | |
| 7 | environment: |
| 8 | sdk: '>=3.0.6 <4.0.0' |
| 9 | flutter: ">=1.20.0" |
| 10 | |
| 11 | dependencies: |
| 12 | flutter: |
| 13 | sdk: flutter |
| 14 | http: ^1.1.0 |
| 15 | file: ^7.0.0 |
| 16 | path_provider: ^2.1.5 |
| 17 | mobx: ^2.6.0 |
| 18 | flutter_mobx: ^2.3.0 |
| 19 | intl: any |
| 20 | encrypt: ^5.0.1 |
| 21 | decimal: ^2.3.3 |
| 22 | cake_backup: |
| 23 | git: |
| 24 | url: https://github.com/cake-tech/cake_backup.git |
| 25 | ref: main |
| 26 | version: 1.0.0 |
| 27 | socks5_proxy: |
| 28 | git: |
| 29 | url: https://github.com/LacticWhale/socks_dart |
| 30 | ref: 27ad7c2efae8d7460325c74b90f660085cbd0685 |
| 31 | unorm_dart: ^0.3.0 |
| 32 | on_chain: |
| 33 | git: |
| 34 | url: https://github.com/cake-tech/on_chain.git |
| 35 | ref: 096865a8c6b89c260beadfec04f7e184c40a3273 |
| 36 | socks_socket: |
| 37 | git: |
| 38 | url: https://github.com/sneurlax/socks_socket |
| 39 | ref: e6232c53c1595469931ababa878759a067c02e94 |
| 40 | torch_dart: |
| 41 | path: ../scripts/torch_dart |
| 42 | blockchain_utils: |
| 43 | git: |
| 44 | url: https://github.com/cake-tech/blockchain_utils |
| 45 | ref: 59fdf29d72068e0522a96a8953ed7272833a9f57 |
| 46 | sqflite: ^2.4.1 |
| 47 | sqflite_common_ffi: ^2.3.4+4 |
| 48 | bech32: |
| 49 | git: |
| 50 | url: https://github.com/cake-tech/bech32.git |
| 51 | sqlite3_flutter_libs: 0.5.40 |
| 52 | |
| 53 | dev_dependencies: |
| 54 | flutter_test: |
| 55 | sdk: flutter |
| 56 | build_runner: ^2.15.0 |
| 57 | mobx_codegen: ^2.7.7 |
| 58 | hive: ^2.2.3 |
| 59 | # hive_generator: ^2.0.1 |
| 60 | |
| 61 | dependency_overrides: |
| 62 | watcher: ^1.1.0 |
| 63 | |
| 64 | # For information on the generic Dart part of this file, see the |
| 65 | # following page: https://dart.dev/tools/pub/pubspec |
| 66 | |
| 67 | # The following section is specific to Flutter. |
| 68 | flutter: |
| 69 | uses-material-design: true |
| 70 | |
| 71 | # To add assets to your package, add an assets section, like this: |
| 72 | # assets: |
| 73 | # - images/a_dot_burr.jpeg |
| 74 | # - images/a_dot_ham.jpeg |
| 75 | # |
| 76 | # For details regarding assets in packages, see |
| 77 | # https://flutter.dev/assets-and-images/#from-packages |
| 78 | # |
| 79 | # An image asset can refer to one or more resolution-specific "variants", see |
| 80 | # https://flutter.dev/assets-and-images/#resolution-aware. |
| 81 | |
| 82 | # To add custom fonts to your package, add a fonts section here, |
| 83 | # in this "flutter" section. Each entry in this list should have a |
| 84 | # "family" key with the font family name, and a "fonts" key with a |
| 85 | # list giving the asset and other descriptors for the font. For |
| 86 | # example: |
| 87 | # fonts: |
| 88 | # - family: Schyler |
| 89 | # fonts: |
| 90 | # - asset: fonts/Schyler-Regular.ttf |
| 91 | # - asset: fonts/Schyler-Italic.ttf |
| 92 | # style: italic |
| 93 | # - family: Trajan Pro |
| 94 | # fonts: |
| 95 | # - asset: fonts/TrajanPro.ttf |
| 96 | # - asset: fonts/TrajanPro_Bold.ttf |
| 97 | # weight: 700 |
| 98 | # |
| 99 | # For details regarding fonts in packages, see |
| 100 | # https://flutter.dev/custom-fonts/#from-packages |