-
Notifications
You must be signed in to change notification settings - Fork 5
/
pubspec.yaml
115 lines (106 loc) · 2.47 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
name: starcitizen_doctor
description: Designed for "StarCitizen" players, providing many convenient functions.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
flutter_hooks: ^0.20.5
hooks_riverpod: ^2.6.1
json_annotation: ^4.8.1
go_router: ^14.0.1
window_manager: ^0.4.0
fluent_ui: ^4.8.6
flutter_staggered_grid_view: ^0.7.0
flutter_acrylic: ^1.1.4
url_launcher: ^6.1.10
font_awesome_flutter: ^10.5.0
cupertino_icons: ^1.0.2
hive: ^2.2.3
path_provider: ^2.1.1
dio: ^5.3.3
markdown: ^7.2.1
markdown_widget: ^2.2.0
extended_image: ^9.0.4
device_info_plus: ^11.0.0
file_picker: ^8.0.0+1
file_sizes: ^1.0.6
desktop_webview_window: ^0.2.3
flutter_svg: ^2.0.7
archive: ^3.4.4
jwt_decode: ^0.3.1
uuid: ^4.1.0
flutter_tilt: ^3.0.0
card_swiper: ^3.0.1
ffi: ^2.1.0
flutter_rust_bridge: 2.6.0
freezed_annotation: ^2.4.1
meta: ^1.9.1
hexcolor: ^3.0.1
dart_rss: ^3.0.1
html: ^0.15.4
xml: ^6.5.0
fixnum: ^1.1.0
protobuf: ^3.1.0
grpc: ^4.0.0
rust_builder:
path: rust_builder
aria2:
git: https://github.com/xkeyC/dart_aria2_rpc.git
# path: ../../xkeyC/dart_aria2_rpc
intl: ^0.19.0
synchronized: ^3.1.0+1
super_sliver_list: ^0.4.1
file: ^7.0.0
re_editor: ^0.6.0
re_highlight: ^0.0.3
shelf: ^1.4.1
qr_flutter: ^4.1.0
dependency_overrides:
http: ^1.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
msix: ^3.16.4
build_runner: ^2.4.8
freezed: ^2.4.5
json_serializable: ^6.7.1
riverpod_generator: ^2.6.2
custom_lint: ^0.7.0
riverpod_lint: ^2.6.2
ffigen: ^15.0.0
sct_dev_tools:
path: ./packages/sct_dev_tools
flutter:
uses-material-design: true
assets:
- assets/
- assets/binary/
- assets/countdown/
- assets/web/input_method/
- assets/web/input_method/js/
- assets/web/input_method/style/
fonts:
- family: SourceHanSansCN-Regular
fonts:
- asset: assets/SourceHanSansCN-Regular.otf
msix_config:
display_name: SC汉化盒子
publisher_display_name: xkeyC Studio
identity_name: 56575xkeyC.MSE
publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87
msix_version: 2.13.1.0
logo_path: ./assets/app_logo.png
capabilities: internetClient,allowElevation
languages: zh-cn
windows_build_args: --dart-define="MSE=true"
store: true
flutter_intl:
enabled: true