-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
123 lines (112 loc) · 3.44 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
name: foundry_launcher
description: "Foundry Launcher"
publish_to: 'none'
version: 1.0.0
environment:
sdk: ^3.5.2
dependencies:
arcane: ^3.10.12
bar: ^1.0.0
dart_docker: ^0.0.1
dart_mappable: ^4.3.0
device_info_plus: ^11.2.0
fast_log: ^1.0.7
file_picker: ^8.1.7
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_native_splash: ^2.4.4
flutter_svg: ^2.0.16
icons_launcher: ^3.0.0
intl: any
package_info_plus: ^8.1.2
padded: ^1.0.1
path_provider: ^2.1.5
precision_stopwatch: ^1.0.2
pylon: ^3.1.9
serviced: ^1.0.1
shared_preferences: ^2.3.4
snackbar: ^1.0.2
universal_io: ^2.2.2
window_manager: ^0.4.3
dev_dependencies:
build_runner: ^2.4.14
dart_mappable_builder: ^4.3.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/icon/icon.svg
fonts:
- family: BootstrapIcons
fonts:
- asset: "packages/arcane/resources/icons/BootstrapIcons.otf"
- family: RadixIcons
fonts:
- asset: "packages/arcane/resources/icons/RadixIcons.otf"
- family: "GeistSans"
fonts:
- asset: "packages/arcane/resources/fonts/Geist-Black.otf"
weight: 800
- asset: "packages/arcane/resources/fonts/Geist-Bold.otf"
weight: 700
- asset: "packages/arcane/resources/fonts/Geist-Light.otf"
weight: 300
- asset: "packages/arcane/resources/fonts/Geist-Medium.otf"
weight: 500
- asset: "packages/arcane/resources/fonts/Geist-SemiBold.otf"
weight: 600
- asset: "packages/arcane/resources/fonts/Geist-Thin.otf"
weight: 100
- asset: "packages/arcane/resources/fonts/Geist-UltraBlack.otf"
weight: 900
- asset: "packages/arcane/resources/fonts/Geist-UltraLight.otf"
weight: 200
- asset: "packages/arcane/resources/fonts/Geist-Regular.otf"
weight: 400
- family: "GeistMono"
fonts:
- asset: "packages/arcane/resources/fonts/GeistMono-Black.otf"
weight: 800
- asset: "packages/arcane/resources/fonts/GeistMono-Bold.otf"
weight: 700
- asset: "packages/arcane/resources/fonts/GeistMono-Light.otf"
weight: 300
- asset: "packages/arcane/resources/fonts/GeistMono-Medium.otf"
weight: 500
- asset: "packages/arcane/resources/fonts/GeistMono-Regular.otf"
weight: 400
- asset: "packages/arcane/resources/fonts/GeistMono-SemiBold.otf"
weight: 600
- asset: "packages/arcane/resources/fonts/GeistMono-Thin.otf"
weight: 100
- asset: "packages/arcane/resources/fonts/GeistMono-UltraBlack.otf"
weight: 900
- asset: "packages/arcane/resources/fonts/GeistMono-UltraLight.otf"
weight: 200
flutter_native_splash:
color: "#ffffff"
image: assets/icon/icon.png
color_dark: "#000000"
image_dark: assets/icon/icon.png
android: false
ios: false
web: true
web_image_mode: center
fullscreen: true
icons_launcher:
image_path: "assets/icon/icon.png"
platforms:
macos:
enable: true
windows:
enable: true
scripts:
update_icon_for_app: dart run icons_launcher:create
update_splash_for_app: dart run flutter_native_splash:create
upgrade_packages: |
flutter pub upgrade --major-versions --precompile
flutter pub outdated
update_json_models: dart run build_runner build
update_json_models_force: dart run build_runner build --delete-conflicting-outputs