forked from breez/breezmobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
214 lines (200 loc) · 5.64 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
name: breez
description: A new Flutter project.
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
app_settings: ^4.1.0
archive: ^3.1.2
auto_size_text: ^2.1.0
badges: ^2.0.1
bip39: ^1.0.6
collection: ^1.15.0
confetti: ^0.5.5
connectivity: ^3.0.3
crypto: ^3.0.1
csv: ^5.0.0
dio: ^4.0.0
drag_and_drop_lists: ^0.3.2
duration: ^3.0.6
file_picker: ^3.0.1
firebase_core: 0.4.0+3
firebase_database: ^3.0.0
firebase_messaging: ^5.0.1+1
firebase_dynamic_links: ^0.5.0
flushbar: ^1.10.4
flutter_secure_storage: ^4.2.0
flutter_svg: ^0.22.0
flutter_web_browser: ^0.14.0
grpc: ^3.0.0
hex: ^0.2.0
image: ^3.0.2
image_cropper: ^1.4.0
image_picker: ^0.7.4
ini: ^2.1.0
intl: ^0.17.0
json_annotation: ^4.0.1
logging: ^1.0.1
nfc_in_flutter: ^2.0.5
extended_image: ^4.1.0
package_info: ^2.0.0
path_provider: ^2.0.1
printing: ^5.2.1
protobuf: ^2.0.0
qr_code_scanner: ^0.4.0
qr_code_tools: ^0.0.7
qr_flutter: ^4.0.0
rxdart: ^0.26.0
shared_preferences: ^2.0.6
simple_animations: ^1.3.12
sqflite: ^2.0.0+3
tutorial_coach_mark: ^1.0.0
uni_links: ^0.5.1
url_launcher: ^6.0.4
webview_flutter: ^2.0.8
anytime:
git:
url: https://github.com/breez/anytime_podcast_player.git
ref: 4ed19c04347cf9d5a40c1f9ab2e4d2e527e96ae9
flutter_typeahead:
git:
url: https://github.com/breez/flutter_typeahead.git
ref: 7405b9e3e3a32f605f5951499d2eddc8e45c1f74
local_auth:
git:
url: https://github.com/breez/local_auth.git
ref: 89649dd86f61f60cf0037d7c3dd418a00fd87692
share_extend:
git:
url: https://github.com/breez/ShareExtend.git
dependency_overrides:
audio_service: ^0.17.1
platform: ^3.0.0
flutter_downloader:
git:
url: https://github.com/breez/flutter_downloader.git
podcast_search:
git:
url: https://github.com/breez/podcast_search.git
ref: 7515c62c7a5001aa9f22849aa5fc8195ff65ba3c
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.0.4
json_serializable: ^4.1.3
mockito: ^5.0.9
sqflite_common_ffi: ^2.0.0+1
test: any
environment:
sdk: '>=2.10.0 <3.0.0'
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
assets:
- cert/letsencrypt.cert
- conf/lnd.conf
- conf/breez.conf
- conf/marketplace.conf
- conf/moonpay.conf
- src/json/
- src/images/
- src/icon/
- src/icon/animals/
- src/icon/vendors/
- src/animations/welcome/
- src/scripts/
- src/pos-icons/
- assets/images/
- assets/icons/
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - 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.io/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.io/assets-and-images/#from-packages
# 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.io/custom-fonts/#from-packages
fonts:
- family: IBMPlexSans
fonts:
- asset: fonts/IBMPlexSans-Thin.otf
weight: 100
- asset: fonts/IBMPlexSans-ThinItalic.otf
weight: 100
style: italic
- asset: fonts/IBMPlexSans-ExtraLight.otf
weight: 200
- asset: fonts/IBMPlexSans-ExtraLightItalic.otf
weight: 200
style: italic
- asset: fonts/IBMPlexSans-Light.otf
weight: 300
- asset: fonts/IBMPlexSans-LightItalic.otf
weight: 300
style: italic
- asset: fonts/IBMPlexSans-Regular.otf
weight: 400
- asset: fonts/IBMPlexSans-Italic.otf
weight: 400
style: italic
- asset: fonts/IBMPlexSans-Medium.otf
weight: 500
- asset: fonts/IBMPlexSans-MediumItalic.otf
weight: 500
style: italic
- asset: fonts/IBMPlexSans-SemiBold.otf
weight: 600
- asset: fonts/IBMPlexSans-SemiBoldItalic.otf
weight: 600
style: italic
- asset: fonts/IBMPlexSans-Bold.otf
weight: 700
- asset: fonts/IBMPlexSans-BoldItalic.otf
weight: 700
style: italic
- family: icomoon
fonts:
- asset: fonts/icomoon.ttf
- family: animals
fonts:
- asset: fonts/animals.ttf
- family: Breez Logo
fonts:
- asset: fonts/breezlogo.ttf
- family: ComfortaaBold
fonts:
- asset: fonts/Comfortaa-Bold.ttf
- family: IBMPlexSansRegular
fonts:
- asset: fonts/IBMPlexSans-Regular.ttf
- family: HacenTunisia
fonts:
- asset: fonts/Hacen-Tunisia.ttf
- family: SAT
fonts:
- asset: fonts/sat.otf