-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
216 lines (200 loc) · 6.61 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
215
216
name: trios
description: "Starsector mod manager, launcher, and toolkit."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.7.0
flutter: '3.29.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
collection: ^1.19.0
# Copied to thirdparty/flutter_context_menu to be able to customize. Was abandoned lib.
# flutter_context_menu: ^0.2.0
cross_file: ^0.3.4+1
crypto: ^3.0.3
csv: ^6.0.0
dart_extensions_methods: ^2.0.0
dart_mappable: ^4.3.0
defer_pointer: ^0.0.2
desktop_drop: ^0.5.0
dropdown_button2: ^2.3.9
dynamic_library: ^0.9.0
ffi: ^2.1.2
file_picker: ^8.1.7
fl_chart: ^0.69.2
flutter_animate: ^4.5.0
# Was used for mod catalog adblock list, which turns out isn't supported on Windows.
# Also used for mod repo cache, but it's only 190kb and only fetched once per run.
# flutter_cache_manager: ^3.4.1
flutter_color: ^2.1.0
freezed_annotation: ^2.4.1
google_fonts: ^6.2.1
hooks_riverpod: ^2.6.1
html: ^0.15.5
image: ^4.5.2
image_size_getter: ^2.3.0+1
flutter_inappwebview: ^6.2.0-beta.2
intl: ^0.20.1
json_annotation: ^4.9.0
flutter_linkify: ^6.0.0
ktx: ^1.1.6
logger: ^2.5.0
flutter_markdown: ^0.7.5
msgpack_dart: ^1.0.1
multi_split_view: ^3.6.0
mutex: ^3.1.0
open_filex:
git: # Fork that fixes build warnings, original package seems abandoned.
url: https://github.com/xvrh/open_file
ref: 3ed35135c0e2c0e4b75f16fb462be362a0423e71
palette_generator: ^0.3.3+3
# pasteboard: ^0.3.0
path_drawing: ^1.0.1
path_provider: ^2.0.11
path: ^1.9.0
pdf: ^3.11.0
platform_info: ^5.0.0
plist_parser: ^0.0.11
flutter_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
rxdart: ^0.28.0
screen_retriever: ^0.2.0
# screenshot: ^3.0.0
sentry_flutter: 8.13.0
flutter_staggered_grid_view: ^0.7.0
# sliver_sticky_collapsable_panel: ^2.0.7
stringr: ^1.0.0
styled_text: ^8.1.0
super_drag_and_drop: ^0.8.22
flutter_svg: ^2.0.17
text_search: ^1.0.2
toastification: ^2.0.0
toml: ^0.16.0
url_launcher: ^6.2.6
uuid: ^4.4.0
vs_scrollbar: ^1.0.0
win32_registry: ^1.1.5
win32: ^5.10.0
window_manager: ^0.4.0
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size
ref: 5c51870ced62a00e809ba4b81a846a052d241c9f
# windows_single_instance: ^1.0.1
windows_system_info: ^0.0.4
xml: ^6.5.0
yaml: ^3.1.3
# Uncommented & Copied
# adaptive_theme: ^3.6.0
# data_table_2: ^2.5.12
# dart_json_mapper: ^2.2.10
# desktop_window: ^0.4.0
# fimber: ^0.7.0
# fimber_io: ^0.7.0
# flutter_download_manager: ^0.5.5 # copied into project and built upon.
# flutter_hooks: ^0.20.5
# hooks_riverpod: ^2.5.1
dev_dependencies:
# dart run build_runner watch --delete-conflicting-outputs
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^5.0.0
# riverpod_generator: ^2.6.3
riverpod_lint: ^2.6.3
build_runner: ^2.4.13
# custom_lint: ^0.6.4
# freezed: ^2.5.2
json_serializable: ^6.8.0
# riverpod_lint: ^2.3.9 # <https://github.com/google/reflectable.dart/pull/326>
#analyzer: ^6.4.1
flutter_launcher_icons: ^0.14.1
ffigen: ^16.0.0
msix: ^3.16.7
dart_mappable_builder: ^4.2.3
custom_lint: ^0.7.0
flutter_launcher_icons:
image_path: "assets/images/telos_faction_crest.png"
# web:
# generate: true
# image_path: "path/to/image.png"
# background_color: "#hexcode"
# theme_color: "#hexcode"
windows:
generate: true
# image_path: "path/to/image.png"
# icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
# image_path: "path/to/image.png"
# The following section is specific to Flutter packages.
flutter:
# 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:
- assets/images/
- assets/images/chipper/
- assets/windows/libarchive/bin/
- assets/macos/libarchive/bin/
- assets/macos/libarchive/lib/
- assets/linux/libarchive/lib/
- assets/SMOL_Themes.json
- assets/common/
- assets/windows/7zip/
- assets/linux/7zip/arm64/
- assets/linux/7zip/x64/
- assets/macos/7zip/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/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: Orbitron
fonts:
- asset: assets/fonts/Orbitron-Regular.ttf
- asset: assets/fonts/Orbitron-ExtraBold.ttf
weight: 900
- asset: assets/fonts/Orbitron-Bold.ttf
weight: 700
- asset: assets/fonts/Orbitron-SemiBold.ttf
weight: 400
# - 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.dev/custom-fonts/#from-packages
# Requires a signing certificate.
msix_config:
display_name: TriOS
publisher_display_name: Wisp
identity_name: org.wisp.trios
msix_version: 1.0.0.0
logo_path: assets/images/telos_faction_crest.png
capabilities: internetClient
app_installer: #<-- app installer configuration
publish_folder_path: 'publish'