-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
117 lines (91 loc) · 2.49 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
name: flounder
description: A cross-platform counter that can be used for the time-management in scientific talks.
publish_to: 'none'
version: 1.2.4
environment:
sdk: ">=2.16.1 <3.0.0"
flutter:
uses-material-design: true
assets:
- assets/ding.mp3
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/roboto/Roboto-Light.ttf
weight: 300
- asset: assets/fonts/roboto/Roboto-Regular.ttf
weight: 400
- asset: assets/fonts/roboto/Roboto-Medium.ttf
weight: 500
- asset: assets/fonts/roboto/Roboto-Bold.ttf
weight: 700
dependencies:
flutter:
sdk: flutter
audioplayers: ^4.0.0
floating:
path: ./floating
flutter_launcher_icons: ^0.13.0
msix: ^3.11.0
shared_preferences: ^2.0.0
wakelock: ^0.6.0
window_manager: ^0.3.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_icons:
android: true
image_path_android: "assets/android-icon.png"
adaptive_icon_foreground: "assets/android-icon.png"
adaptive_icon_background: "#ffffff"
ios: true
image_path_ios: "assets/ios-icon.png"
remove_alpha_ios: true
web:
generate: true
# The maskable image will be manually replaced later
image_path: "assets/desktop-icon.png"
background_color: "#1f1f1f"
theme_color: "#1f1f1f"
windows:
generate: true
image_path: "assets/desktop-icon.png"
icon_size: 48
macos:
generate: false
msix_config:
display_name: Flounder
publisher_display_name: Marco Hufnagel
identity_name: com.hepmh.Flounder
msix_version: 1.2.4.0
logo_path: .\assets\desktop-icon.png
#
output_path: packages
output_name: flounder-latest-windows-x86_64
architecture: x64
build_windows: false
#
certificate_path: .\MSIX.pfx
sign_msix: true
install_certificate: true
# flutter_native_splash:
# color: "#1f1f1f"
# image: assets/desktop-icon.png
# android_12:
# color: "#1f1f1f"
# image: assets/android-icon.png
# icon_background_color: "#ffffff"
# android: false
# ios: false
# web: false
# # https://developer.android.com/reference/android/view/Gravity
# android_gravity: center
# # https://developer.apple.com/documentation/uikit/uiview/contentmode
# ios_content_mode: center
# # center, contain, stretch, and cover
# web_image_mode: center
# fullscreen: false