-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
130 lines (118 loc) · 3.79 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
name: xmruw
description: "monero wallet for android."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+100
environment:
sdk: '>=3.2.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
intl: ^0.19.0
qr_flutter: 4.1.0
ffi: ^2.1.0
path_provider: 2.1.3
mutex: 3.1.0
monero:
git:
url: https://github.com/mrcyjanek/monero_c
ref: bcb328a4956105dc182afd0ce2e48fe263f5f20b # monero_c hash
path: impls/monero.dart
cr_file_saver:
git:
url: https://github.com/crit-iq/cr_file_saver
ref: 1db62fd53adf9b34d4b769788d6c4be4fa416817
file_picker: 8.0.5
win32: 5.6.0 # Remove this after file_picker update
fast_scanner:
git:
url: https://github.com/mrcyjanek/fast_scanner
ref: a46bdb97a513a27d5694039ac997637a36e715b2
anonero_backup:
git:
url: https://github.com/MrCyjaneK/anonero_backup
ref: 0bcca6597c5887a4ed7f402a3d1d2cc92eed50f5
flutter_svg: 2.0.10+1
archive: 3.6.1
tor_binary:
git:
url: https://github.com/MrCyjaneK/flutter-tor_binary
ref: da00d4f4c3918e78734bbe0e9496559fc342d8b5
disable_battery_optimization: ^1.1.1
permission_handler: 11.3.1
libstealth_calculator:
git:
url: https://github.com/MrCyjaneK/libstealth_calculator
ref: fafdb3d215dbc09f1901062cb1c43bfcac374844
path: any
flex_color_picker: 3.6.0
polyseed: 0.0.6
introduction_screen: 3.1.14
http: 1.2.1
device_preview: ^1.2.0
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^4.0.0
flutter_launcher_icons: "^0.14.0"
flutter_oss_licenses: ^3.0.0
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/logo.png"
remove_alpha_ios: true
windows:
generate: true
image_path: "assets/logo.png"
icon_size: 256 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/logo.png"
# macos:
# generate: true
# image_path: "assets/anon_logo.png"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
assets:
- assets/logo.png
- assets/logo_calc.png
- assets/fonts/RobotoMono.ttf
- assets/scanner_frame.svg
- assets/nodes.txt
- assets/changelog.jsonp
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
fonts:
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono.ttf
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages