forked from hiddify/hiddify-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
159 lines (149 loc) · 3.82 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
name: hiddify
description: Cross Platform Multi Protocol Proxy Frontend.
publish_to: "none"
version: 0.13.0+1300
environment:
sdk: ">=3.2.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
flutter_localizations:
sdk: flutter
intl: ^0.18.1
slang: ^3.28.0
slang_flutter: ^3.28.0
timeago: ^3.6.0
fpdart: ^1.1.0
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
hooks_riverpod: ^2.4.9
flutter_hooks: ^0.20.3
riverpod_annotation: ^2.3.3
rxdart: ^0.27.7
drift: ^2.14.1
sqlite3_flutter_libs: ^0.5.18
shared_preferences: ^2.2.2
dio: ^5.4.0
web_socket_channel: ^2.4.0
ffi: ^2.1.0
path_provider: ^2.1.1
mobile_scanner: ^3.5.5
protocol_handler: ^0.1.6
flutter_native_splash: ^2.3.8
share_plus: ^7.2.1
window_manager: ^0.3.7
tray_manager: ^0.2.0
package_info_plus: ^5.0.1
url_launcher: ^6.2.2
vclibs: ^0.1.0
launch_at_startup: ^0.2.2
sentry_flutter: ^7.14.0
sentry_dart_plugin: ^1.6.3
combine: ^0.5.6
path: ^1.8.3
loggy: ^2.0.3
flutter_loggy: ^2.0.2
meta: ^1.10.0
dartx: ^1.2.0
uuid: ^4.2.2
tint: ^2.0.1
accessibility_tools: ^1.0.1
neat_periodic_task: ^2.0.1
retry: ^3.1.2
watcher: ^1.1.0
go_router: ^13.0.0
flex_color_scheme: ^7.3.1
flutter_animate: ^4.3.0
flutter_svg: ^2.0.9
gap: ^3.0.1
percent_indicator: ^4.2.3
sliver_tools: ^0.2.12
flutter_adaptive_scaffold: ^0.1.7+1
humanizer: ^2.2.0
upgrader: ^8.4.0
toastification: ^1.1.0
version: ^3.0.2
posix: ^6.0.1
win32: ^5.1.1
qr_flutter: ^4.1.0
native_dio_adapter: ^1.2.0
flutter_displaymode: ^0.6.0
windows_single_instance: ^1.0.1
dev_dependencies:
flutter_test:
sdk: flutter
lint: ^2.3.0
build_runner: ^2.4.7
json_serializable: ^6.7.1
freezed: ^2.4.6
riverpod_generator: ^2.3.9
drift_dev: ^2.14.1
ffigen: ^8.0.2
slang_build_runner: ^3.28.0
flutter_gen_runner: ^5.3.2
go_router_builder: ^2.4.0
custom_lint: ^0.5.7
riverpod_lint: ^2.3.7
icons_launcher: ^2.1.6
flutter:
uses-material-design: true
assets:
- assets/core/geoip.db
- assets/core/geosite.db
- assets/images/logo.svg
- assets/images/tray_icon.ico
- assets/images/tray_icon.png
- assets/images/tray_icon_connected.ico
- assets/images/tray_icon_disconnected.ico
fonts:
- family: Shabnam
fonts:
- asset: assets/fonts/Shabnam.ttf
flutter_gen:
output: lib/gen/
integrations:
flutter_svg: true
icons_launcher:
image_path: "assets/images/source/ic_launcher_border.png"
platforms:
android:
enable: true
image_path: "assets/images/source/ic_launcher_border.png"
# adaptive_background_color: "#ffffff"
adaptive_background_image: "assets/images/source/ic_launcher_background.png"
adaptive_foreground_image: "assets/images/source/ic_launcher_foreground.png"
adaptive_round_image: "assets/images/source/ic_launcher_round.png"
adaptive_monochrome_image: "assets/images/source/ic_launcher_monochrome.png"
ios:
enable: true
image_path: "assets/images/source/ic_launcher_rectangle.png"
macos:
enable: true
image_path: "assets/images/source/ic_launcher_border.png"
linux:
enable: true
image_path: "assets/images/source/ic_launcher_border.png"
windows:
enable: true
image_path: "assets/images/source/ic_launcher_transparent.png"
flutter_native_splash:
color: "#ffffff"
image: assets/images/source/ic_launcher_splash.png
android_gravity: center
android_12:
color: "#ffffff"
image: assets/images/source/ic_launcher_foreground.png
ffigen:
name: "SingboxNativeLibrary"
description: "Bindings to Singbox"
output: "lib/gen/singbox_generated_bindings.dart"
headers:
entry-points:
- "libcore/bin/libcore.h"
sentry:
upload_debug_symbols: true
upload_source_maps: true
upload_sources: true
log_level: info
ignore_missing: true