-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
70 lines (54 loc) · 1.34 KB
/
Copy pathpubspec.yaml
File metadata and controls
70 lines (54 loc) · 1.34 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
name: chirp
description: "Cross-platform digital wellness app with smart break reminders"
publish_to: 'none'
version: 0.2.0+2
environment:
sdk: ^3.11.4
dependencies:
flutter:
sdk: flutter
# System tray
system_tray: ^2.0.3
# Window management
window_manager: ^0.5.1
# Screen detection for overlay
screen_retriever: ^0.2.0
# Auto-start on boot
launch_at_startup: ^0.5.1
# Local storage
shared_preferences: ^2.3.0
# Desktop notifications
local_notifier: ^0.1.6
# Mobile notifications
flutter_local_notifications: ^18.0.0
# Network for pairing
network_info_plus: ^6.0.0
# Typography
google_fonts: ^6.2.1
# State management
flutter_riverpod: ^3.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
mocktail: ^1.0.4
fake_async: ^1.3.3
flutter_native_splash: ^2.4.0
flutter_native_splash:
color: "#FAF7F5"
image: assets/branding/chirp_splash_480.png
color_dark: "#2A1F3D"
image_dark: assets/branding/chirp_splash_480_dark.png
android_12:
color: "#FAF7F5"
icon_background_color: "#FAF7F5"
image: assets/branding/chirp_splash_240.png
color_dark: "#2A1F3D"
icon_background_color_dark: "#2A1F3D"
image_dark: assets/branding/chirp_splash_240_dark.png
web: false
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/branding/