-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
100 lines (84 loc) · 2.13 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
name: tide
description: Tide is an application that helps reduce panic attacks with a simple breathing exercise.
publish_to: 'none'
version: 1.0.0
homepage: https://github.com/Cynnexis/tide
repository: https://github.com/Cynnexis/tide
documentation: https://cynnexis.github.io/tide/
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
args: ^2.0.0
cupertino_icons: ^1.0.2
flutter_settings_screens: ^0.3.0-null-safety
intl: ^0.17.0-nullsafety.2
logging: ^1.0.1
provider: ^6.0.2
quiver: ^3.0.1
shared_preferences: ^2.0.13
synchronized: ^3.0.0+2
system_settings: ^2.1.0
tuple: ^2.0.0
universal_io: ^2.0.4
url_launcher: ^6.0.9
yaml: ^3.1.0
dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
build_runner: ^2.0.5
dartdoc: ^4.1.0
flutter_launcher_icons: ^0.9.1
flutter_lints: ^1.0.4
msix: ^3.5.1
mutex: ^3.0.0
test: ^1.17.5
flutter:
generate: true
uses-material-design: true
assets:
- assets/images/tide.png
- assets/images/tide_foreground.png
- assets/images/tide_background.png
- assets/images/github.png
- assets/images/github-light.png
- assets/licenses/Courgette-LICENSE.txt
- LICENSE
- tide.yaml
fonts:
- family: Courgette
fonts:
- asset: assets/fonts/Courgette.ttf
weight: 400
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono-Regular.ttf
- asset: assets/fonts/RobotoMono-Bold.ttf
weight: 700
flutter_icons:
ios: true
android: true
image_path: "assets/images/tide.png"
adaptive_icon_foreground: "assets/images/tide.png"
adaptive_icon_background: "#00FFFFFF"
msix_config:
display_name: Tide
logo_path: assets/images/tide.png
trim_logo: false
execution_alias: tide
enable_at_startup: false
publisher_display_name: Cynnexis
identity_name: org.tide.tide
msix_version: 1.0.0.0
publisher: CN=BF212345-5644-46DF-8668-012044C1B138
capabilities: internetClient
languages: en-us, fr-fr
store: true
output_path: build/
output_name: tide-windows_x64
architecture: x64