dev
yaml 81 lines 2.26 KB
Raw
1 name: cw_wownero
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: ">=2.19.0 <3.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 encrypt: ^5.0.1
21 polyseed: ^0.0.7
22 cw_core:
23 path: ../cw_core
24 monero:
25 git:
26 url: https://github.com/mrcyjanek/monero_c.git
27 ref: 3bfb3856a838f2bf6b729501837bb0295dedf25d
28 path: impls/monero.dart
29 mutex: ^3.1.0
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.
46 flutter:
47 # This section identifies this Flutter project as a plugin project.
48 # The androidPackage and pluginClass identifiers should not ordinarily
49 # be modified. They are used by the tooling to maintain consistency when
50 # adding or updating assets for this project.
51
52 # To add assets to your plugin package, add an assets section, like this:
53 # assets:
54 # - images/a_dot_burr.jpeg
55 # - images/a_dot_ham.jpeg
56 #
57 # For details regarding assets in packages, see
58 # https://flutter.dev/assets-and-images/#from-packages
59 #
60 # An image asset can refer to one or more resolution-specific "variants", see
61 # https://flutter.dev/assets-and-images/#resolution-aware.
62
63 # To add custom fonts to your plugin package, add a fonts section here,
64 # in this "flutter" section. Each entry in this list should have a
65 # "family" key with the font family name, and a "fonts" key with a
66 # list giving the asset and other descriptors for the font. For
67 # example:
68 # fonts:
69 # - family: Schyler
70 # fonts:
71 # - asset: fonts/Schyler-Regular.ttf
72 # - asset: fonts/Schyler-Italic.ttf
73 # style: italic
74 # - family: Trajan Pro
75 # fonts:
76 # - asset: fonts/TrajanPro.ttf
77 # - asset: fonts/TrajanPro_Bold.ttf
78 # weight: 700
79 #
80 # For details regarding fonts in packages, see
81 # https://flutter.dev/custom-fonts/#from-packages