-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpubspec.yaml
More file actions
198 lines (181 loc) · 5.71 KB
/
pubspec.yaml
File metadata and controls
198 lines (181 loc) · 5.71 KB
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
name: trios
description: "Starsector mod manager, launcher, and toolkit."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: 3.10.7
flutter: '3.38.6'
# 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
archive: ^4.0.9
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+2
crypto: ^3.0.6
csv: ^6.0.0
dart_extensions_methods: ^2.0.0
dart_mappable: ^4.6.1
defer_pointer: ^0.0.2
desktop_drop: ^0.7.0
dropdown_button2: ^3.0.0-beta.22
dynamic_library: ^0.9.0
ffi: ^2.1.5
file_picker: ^10.3.8
fl_chart: ^1.1.1
flutter_animate: ^4.5.2
flutter_color: ^2.1.0
google_fonts: ^7.0.0
material_color_utilities: ^0.11.1
hooks_riverpod: ^2.6.1
hashlib: ^2.3.0
html: ^0.15.6
image: ^4.7.2
flutter_inappwebview: 6.1.5
intl: ^0.20.2
json_annotation: ^4.9.0
ktx: ^1.1.6
flutter_linkify: ^6.0.0
logger: ^2.5.0
flutter_markdown_plus: ^1.0.7
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
path_drawing: ^1.0.1
path_provider: ^2.0.11
path: ^1.9.1
# pdf: ^3.11.0
platform_info: ^5.0.0
plist_parser: ^0.2.6
flutter_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
rxdart: ^0.28.0
scaled_app: ^2.3.0
screen_retriever: ^0.2.0
sentry_flutter: ^9.14.0
signals_flutter: ^6.3.0
flutter_staggered_grid_view: ^0.7.0
stringr: ^1.0.0
styled_text: ^8.1.0
super_drag_and_drop: ^0.9.1
flutter_svg: ^2.1.0
text_search: ^1.0.2
toastification: ^3.0.2
url_launcher: ^6.3.1
uuid: ^4.5.1
vs_scrollbar: ^1.0.0
win32_registry: ^2.1.0
win32: ^5.13.0
window_manager: ^0.5.1
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.6.1
# yaml: ^3.1.3
dependency_overrides:
device_info_plus: '>=11.0.0 <12.0.0'
dev_dependencies:
# dart run build_runner watch --delete-conflicting-outputs
flutter_test:
sdk: flutter
# The lint set provided by the package is activated in the `analysis_options.yaml` file.
flutter_lints: ^6.0.0
build_runner: ^2.5.4
dart_mappable_builder: ^4.6.3
flutter_launcher_icons: ^0.14.3
ffigen: ^20.1.1
json_serializable: ^6.11.3
msix: ^3.16.9
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/themes.json
- assets/common/
- assets/windows/7zip/
- assets/linux/7zip/arm64/
- assets/linux/7zip/x64/
- assets/macos/7zip/
- assets/common/TriOS-Mod/
- assets/common/TriOS-Mod/jars/
# - path: assets/windows/7zip/
# platforms: [ windows ]
# - path: assets/linux/7zip/arm64/
# platforms: [ linux ]
# - path: assets/linux/7zip/x64/
# platforms: [ linux ]
# - path: assets/macos/7zip/
# platforms: [ macos ]
# - assets/common/TriOS-Mod/data/config/
# 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'