-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
pubspec.yaml
72 lines (63 loc) · 1.56 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
name: xbox_launcher
description: XCloud with the Xbox Series S/X's interface.
version: 0.0.4
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
fluent_ui: 4.1.5
webview_windows: ^0.2.2
provider: ^6.0.5
xinput_gamepad: ^1.2.3
virtual_keyboard:
git: https://github.com/LuanRoger/virtual_keyboard
clock: ^1.1.1
window_manager: ^0.3.0
shared_preferences: ^2.0.15
file_picker: ^5.2.5
sprintf: ^7.0.0
carousel_slider: ^4.2.1
path_provider: ^2.0.11
flutter_svg: ^1.1.6
sys_info_getter:
path: ./internals/sys_info_getter/
url_launcher: ^6.1.7
path: ^1.8.2
fluentui_system_icons: ^1.1.190
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
msix: 3.7.0
msix_config:
display_name: Xbox Launcher
publisher_display_name: Luan Roger
identity_name: luanroger.xboxlauncher
msix_version: 0.0.4.0
capabilities: internetClient
enable_at_startup: false
output_name: xbox_launcher
store: false
architecture: x64
publisher: CN=Luan Roger, C=BR
sign_msix: false
flutter:
uses-material-design: true
assets:
- assets/buttons/
- assets/svgs/
fonts:
- family: Bahnschrift
fonts:
- asset: assets/fonts/Bahnschrift/Bahnschrift.ttf
- family: Segoe
fonts:
- asset: assets/fonts/Segoe/SegoeUI.ttf
- asset: assets/fonts/Segoe/SegoeUIItalic.ttf
style: italic
- asset: assets/fonts/Segoe/SegoeUIBold.ttf
weight: 700
- asset: assets/fonts/Segoe/SegoeUIBoldItalic.ttf
weight: 700
style: italic