-
Notifications
You must be signed in to change notification settings - Fork 7
/
pubspec.yaml
180 lines (141 loc) · 4.11 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
name: srcat
description: "Honkai: Star Rail Toolbox on Windows"
publish_to: none
version: 0.2.3+15
environment:
sdk: '>=2.18.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# Fluent UI
# https://pub.dev/packages/fluent_ui
# https://pub.flutter-io.cn/packages/fluent_ui
fluent_ui: ^4.7.3
# System Theme
# https://pub.dev/packages/system_theme
# https://pub.flutter-io.cn/packages/system_theme
system_theme: ^2.3.1
# Fluent UI Icons
# https://pub.dev/packages/fluentui_system_icons
# https://pub.flutter-io.cn/packages/fluentui_system_icons
fluentui_system_icons: ^1.1.208
# flutter_acrylic
# https://pub.dev/packages/flutter_acrylic
# https://pub.flutter-io.cn/packages/flutter_acrylic
flutter_acrylic: ^1.1.3
# Flutter Riverpod
# https://pub.dev/packages/flutter_riverpod
# https://pub.flutter-io.cn/packages/flutter_riverpod
flutter_riverpod: ^2.3.6
# Go Router
# https://pub.dev/packages/go_router
# https://pub.flutter-io.cn/packages/go_router
go_router: ^7.1.1
# Url Launcher
# https://pub.dev/packages/url_launcher
# https://pub.flutter-io.cn/packages/url_launcher
url_launcher: ^6.1.12
# Window Manager
# https://pub.dev/packages/window_manager
# https://pub.flutter-io.cn/packages/window_manager
window_manager: ^0.3.5
# i18n
# https://pub.dev/packages/flutter_i18n
# https://pub.flutter-io.cn/packages/flutter_i18n
flutter_i18n: ^0.33.0
# File Selector
# https://pub.dev/packages/file_selector
# https://pub.flutter-io.cn/packages/file_selector
file_selector: ^1.0.0
# File Provider
# https://pub.dev/packages/path_provider
# https://pub.flutter-io.cn/packages/path_provider
path_provider: ^2.0.15
# WebView 2
# https://pub.dev/packages/webview_windows
# https://pub.flutter-io.cn/packages/webview_windows
webview_windows:
git:
url: https://github.com/BakaLabs/flutter-webview-windows.git
ref: 35c2d0f039758a29993d7f6a5389b54b78c756cc
# SQLite
# https://pub.dev/packages/sqflite
# https://pub.flutter-io.cn/packages/sqflite
sqflite: ^2.3.0
sqflite_common_ffi: ^2.3.0
sqlite3_flutter_libs: ^0.5.17
# Device Info
# https://pub.dev/packages/device_info_plus
# https://pub.flutter-io.cn/packages/device_info_plus
device_info_plus:
git:
url: https://github.com/fluttercommunity/plus_plugins.git
path: packages/device_info_plus/device_info_plus
ref: main
dyn_mouse_scroll: ^1.0.7
package_info_plus: ^4.0.2
ffi: ^2.0.2
# Dio
# https://pub.dev/packages/dio
# https://pub.flutter-io.cn/packages/dio
dio: ^5.3.2
# Connectivity
# https://pub.dev/packages/connectivity_plus
# https://pub.flutter-io.cn/packages/connectivity_plus
connectivity_plus: ^4.0.1
# Chart
# https://pub.dev/packages/fl_chart
# https://pub.flutter-io.cn/packages/fl_chart
fl_chart: ^0.63.0
# win32 registry
# https://pub.dev/packages/win32_registry
# https://pub.flutter-io.cn/packages/win32_registry
win32_registry: ^1.1.1
convert: ^3.1.1
flutter_widget_from_html_core: ^0.10.2
sentry_flutter: ^7.8.0
json_schema2: ^5.1.2+2
crypto: ^3.0.3
qr_flutter: ^4.1.0
cupertino_icons: ^1.0.2
# win32
# https://pub.dev/packages/win32
# https://pub.flutter-io.cn/packages/win32
win32: ^5.0.5
dependency_overrides:
# UUID
# https://pub.dev/packages/uuid
# https://pub.flutter-io.cn/packages/uuid
uuid: ^4.0.0-beta3-1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
msix: ^3.12.2
flutter:
uses-material-design: true
fonts:
- family: PingFang
fonts:
- asset: assets/fonts/PingFang-Bold.ttf
- family: Cattie
fonts:
- asset: assets/fonts/Cattie-Regular.ttf
- family: VarelaRound
fonts:
- asset: assets/fonts/VarelaRound-Regular.ttf
assets:
- assets/i18n/
- assets/images/
- assets/images/srcat/
# MSIX Config
msix_config:
store: false
display_name: SRCat
publisher_display_name: BoxCat
identity_name: 37882BoxCat.SRCat
publisher: CN=SRCat, O=BoxCat, C=CN
msix_version: 0.2.3.0
logo_path: assets/images/srcat/app_icon.png
languages: zh-cn
capabilities: runFullTrust