-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpubspec.yaml
More file actions
111 lines (102 loc) · 2.81 KB
/
pubspec.yaml
File metadata and controls
111 lines (102 loc) · 2.81 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
name: icarus
description: "A new Flutter project."
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 4.2.1+64 #version number
environment:
sdk: ">=3.4.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
flutter_svg: ^2.0.14
flutter_riverpod: ^2.6.1
json_annotation: ^4.9.0
file_picker: ^9.0.0
uuid: ^4.5.1
dash_painter: ^1.0.2
window_manager: ^0.4.3
url_launcher: ^6.3.1
hive_ce: ^2.10.1
hive_ce_flutter: ^2.2.0
path: ^1.9.1
path_provider: ^2.1.5
desktop_drop: ^0.6.0
cross_file: ^0.3.4+2
image: ^4.5.4
http: ^1.6.0
screenshot: ^3.0.0
flutter_colorpicker: ^1.1.0
archive: ^4.0.7
flutter_portal: ^1.1.4
shadcn_ui: ^0.40.3
toastification: ^3.0.3
custom_mouse_cursor: ^1.1.3
flutter_inappwebview: ^6.1.5
windows_single_instance: ^1.0.0
pasteboard: ^0.4.0
desktop_updater: ^1.4.0
cryptography_plus: ^2.7.1
dev_dependencies:
flutter_test:
sdk: flutter
hive_ce_generator: ^1.8.2
# riverpod_generator: ^2.6.4
build_runner: ^2.4.14
json_serializable: ^6.9.3
riverpod_generator: ^2.6.3
flutter_lints: ^3.0.0
msix: ^3.16.8
# dart run msix:create
# dart run build_runner build --delete-conflicting-outputs
# powershell -ExecutionPolicy Bypass -File scripts/bump_version.ps1 -Bump major
# powershell -ExecutionPolicy Bypass -File scripts/bump_version.ps1 -Bump minor
# powershell -ExecutionPolicy Bypass -File scripts/bump_version.ps1 -Bump patch
msix_config:
display_name: "Icarus: Valorant Strategies & Line ups"
publisher_display_name: Dara A
identity_name: DaraA.IcarusValorantStrategiesLineups
publisher: CN=39055448-F6AA-42E9-91F6-9CF8828C444C
logo_path: windows\runner\resources\app_icon.ico
msix_version: 4.2.1.0 #verion number #last 0 needs to be there for msix to work
file_extension: .ica
store: true
flutter:
fonts:
- family: CustomIcons
fonts:
- asset: assets/fonts/CustomIcons.ttf
assets:
- assets/
- assets/maps/
- assets/maps/thumbnails/
- assets/agents/
- assets/agents/Omen/
- assets/agents/Killjoy/
- assets/agents/Sova/
- assets/agents/Skye/
- assets/agents/Phoenix/
- assets/agents/Fade/
- assets/agents/Yoru/
- assets/agents/Chamber/
- assets/agents/Cypher/
- assets/agents/Raze/
- assets/agents/Brimstone/
- assets/agents/Jett/
- assets/agents/Reyna/
- assets/agents/Viper/
- assets/agents/Neon/
- assets/agents/Astra/
- assets/agents/Kayo/
- assets/agents/Breach/
- assets/agents/Sage/
- assets/agents/Clove/
- assets/agents/Iso/
- assets/agents/Tejo/
- assets/agents/Vyse/
- assets/agents/Deadlock/
- assets/agents/Gekko/
- assets/agents/Harbor/
- assets/agents/Waylay/
- assets/agents/Veto/
- assets/agents/Miks/
uses-material-design: true