-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
115 lines (107 loc) · 3.05 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
# Haveno App extends the features of Haveno, supporting mobile devices and more.
# Copyright (C) 2024 Kewbit (https://kewbit.org)
# Source Code: https://git.haveno.com/haveno/haveno-app.git
#
# Author: Kewbit
# Website: https://kewbit.org
# Contact Email: [email protected]
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
name: haveno_app
description: "Haveno Multi-Platform Application"
license: AGPL-3
repository: https://git.haveno.com/haveno/haveno-app
publish_to: 'none'
version: 0.4.1
environment:
sdk: '>=3.4.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
git: ^2.3.0
haveno: ^3.0.1
socks5_proxy: ^1.0.6
flutter_socks_proxy: ^0.0.3
provider: ^6.0.0
path_provider: ^2.1.4
multi_select_flutter: ^4.1.3
uuid: ^4.4.2
google_fonts: ^6.2.1
font_awesome_flutter: ^10.7.0
fixnum: ^1.1.0
intl: ^0.19.0
badges: ^3.1.2
cryptography: ^2.7.0
file: ^7.0.0
path: ^1.9.0
http2: ^2.3.0
flutter_launcher_icons: ^0.13.1
qr_flutter: ^4.1.0
mobile_scanner: 5.1.1
# url_launcher: ^6.3.0
archive: ^3.6.1
# connectivity_plus: ^6.0.5
# internet_connection_checker_plus: ^2.5.1
interactive_chart: ^0.3.5
chatview: ^2.1.1
#local_auth: ^2.3.0 ## To do faceid etc
package_info_plus: ^8.0.2
#workmanager: ^0.5.2 ## Probably needed for ios to check for messafes every 15 mins
flutter_background_service: ^5.0.7
flutter_local_notifications: ^18.0.1
sqflite: ^2.3.3+1
sqflite_common_ffi: ^2.3.3
timezone: ^0.9.4
crypto: ^3.0.5
pointycastle: ^3.9.1
onboarding: ^4.0.2
collection: ^1.18.0
dropdown_search: ^5.0.5
http: ^1.2.2
shared_preferences: ^2.3.2
sqlite3_flutter_libs: ^0.5.24
tray_manager: ^0.2.4
background_downloader: ^8.7.1
#window_manager: ^0.4.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
change_app_package_name: ^1.4.0
flutter_icons:
android: true
ios:
generate: true
image_path: "assets/icon/app_icon_smaller.png"
remove_alpha_ios: true
image_path: "assets/icon/app_icon.png"
windows:
generate: true
image_path: "assets/icon/app_icon.png"
icon_size: 48
macos:
generate: true
image_path: "assets/icon/app_icon.png"
flutter:
uses-material-design: true
assets:
- assets/versions.json
- assets/config/default/torrc
- assets/getting-started-logo.png
- assets/arbitration-logo.png
- assets/haveno-logo.png
- assets/tor-logo.png
- assets/icon/app_icon.png
- assets/icon/app_icon.ico
- assets/icon/app_icon_smaller.png