| 1 | name: cw_zano |
| 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.0.0 <4.0.0" |
| 9 | flutter: ">=1.20.0" |
| 10 | |
| 11 | dependencies: |
| 12 | flutter: |
| 13 | sdk: flutter |
| 14 | ffi: ^2.0.1 |
| 15 | http: ^1.1.0 |
| 16 | path_provider: ^2.0.11 |
| 17 | mobx: ^2.6.0 |
| 18 | flutter_mobx: ^2.3.0 |
| 19 | intl: any |
| 20 | decimal: ^2.3.3 |
| 21 | cw_core: |
| 22 | path: ../cw_core |
| 23 | json_bigint: ^3.0.0 |
| 24 | fluttertoast: ^8.2.12 |
| 25 | monero: |
| 26 | git: |
| 27 | url: https://github.com/mrcyjanek/monero_c.git |
| 28 | ref: 3bfb3856a838f2bf6b729501837bb0295dedf25d |
| 29 | path: impls/monero.dart |
| 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 | |
| 41 | # For information on the generic Dart part of this file, see the |
| 42 | # following page: https://dart.dev/tools/pub/pubspec |
| 43 | |
| 44 | # The following section is specific to Flutter. |
| 45 | flutter: |
| 46 | # This section identifies this Flutter project as a plugin project. |
| 47 | # The 'pluginClass' and Android 'package' identifiers should not ordinarily |
| 48 | # be modified. They are used by the tooling to maintain consistency when |
| 49 | # adding or updating assets for this project. |
| 50 | # To add assets to your plugin package, add an assets section, like this: |
| 51 | # assets: |
| 52 | # - images/a_dot_burr.jpeg |
| 53 | # - images/a_dot_ham.jpeg |
| 54 | # |
| 55 | # For details regarding assets in packages, see |
| 56 | # https://flutter.dev/assets-and-images/#from-packages |
| 57 | # |
| 58 | # An image asset can refer to one or more resolution-specific "variants", see |
| 59 | # https://flutter.dev/assets-and-images/#resolution-aware. |
| 60 | |
| 61 | # To add custom fonts to your plugin package, add a fonts section here, |
| 62 | # in this "flutter" section. Each entry in this list should have a |
| 63 | # "family" key with the font family name, and a "fonts" key with a |
| 64 | # list giving the asset and other descriptors for the font. For |
| 65 | # example: |
| 66 | # fonts: |
| 67 | # - family: Schyler |
| 68 | # fonts: |
| 69 | # - asset: fonts/Schyler-Regular.ttf |
| 70 | # - asset: fonts/Schyler-Italic.ttf |
| 71 | # style: italic |
| 72 | # - family: Trajan Pro |
| 73 | # fonts: |
| 74 | # - asset: fonts/TrajanPro.ttf |
| 75 | # - asset: fonts/TrajanPro_Bold.ttf |
| 76 | # weight: 700 |
| 77 | # |
| 78 | # For details regarding fonts in packages, see |
| 79 | # https://flutter.dev/custom-fonts/#from-packages |