-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
79 lines (72 loc) · 1.81 KB
/
pubspec.yaml
File metadata and controls
79 lines (72 loc) · 1.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
name: innerpod
description: "A session timer with session logged to your Solid Pod."
publish_to: "none"
version: 1.8.22+91
environment:
sdk: ">=3.2.5 <4.0.0"
# To automatically upgrade package dependencies:
#
# flutter pub upgrade --major-versions
#
# To see which dependencies have newer versions available:
#
# flutter pub outdated
#
# (gjw 20250722)
dependencies:
audioplayers: ^6.1.0
circular_countdown_timer: ^0.2.3
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
flutter_markdown_plus: ^1.0.7
google_fonts: ^8.0.2
intl: ^0.20.2
markdown_tooltip: ^0.0.7
package_info_plus: ^9.0.0
shared_preferences: ^2.5.4
solidpod: ^0.12.2
solidui: ^0.3.15
url_launcher: ^6.3.0
wakelock_plus: ^1.1.4
dev_dependencies:
flutter_launcher_icons: ^0.14.4
flutter_lints: any
ubuntu_lints: any
flutter_test:
sdk: flutter
flutter:
assets:
- assets/images/app_icon.png
- assets/images/app_image.jpg
- assets/icon/icon.png
- assets/sounds/dong.mp3
- assets/sounds/intro.mp3
- assets/sounds/session_guide.mp3
- assets/sounds/session_intro.mp3
- assets/sounds/session_outro.mp3
uses-material-design: true
# Define launcher icons for all platforms (except Linux) so icons for
# the apps can be automatically updated using:
#
# `dart run flutter_launcher_icons`
#
# (gjw 20250429)
flutter_launcher_icons:
image_path: "assets/icon/icon.png"
android: "launcher_icon"
min_sdk_android: 21 # android min sdk min:16, default 21 ios: true
ios: true
remove_alpha_ios: true
web:
generate: true
image_path: "assets/icon/icon.png"
# background_color: "#hexcode"
# theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icon/icon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icon/icon.png"