-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
114 lines (84 loc) · 2.51 KB
/
pubspec.yaml
File metadata and controls
114 lines (84 loc) · 2.51 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
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
name: mentor_me
description: AI-powered mentor and coach for goal tracking and habit building
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# Internationalization support
flutter_localizations:
sdk: flutter
# State management
provider: ^6.1.1
# Local storage
shared_preferences: ^2.2.2
# Date/time utilities (pinned to 0.19.0 by flutter_localizations)
intl: ^0.19.0
# HTTP for API calls
http: ^1.2.0
# JSON serialization
json_annotation: ^4.8.1
# UUID generation
uuid: ^4.3.3
# Markdown rendering for AI-generated text
flutter_markdown: ^0.7.4+1
# Charts for data visualization
fl_chart: ^0.69.0
# File system access
path_provider: ^2.1.2
# Sharing files
share_plus: ^7.2.2
# File picker
file_picker: ^8.1.2
# Universal I/O for cross-platform File support
universal_io: ^2.2.2
# Archive/compression for backup files
archive: ^3.6.1
# Alarm scheduling using android_alarm_manager_plus
android_alarm_manager_plus: ^4.0.3
# Notification display using flutter_local_notifications
flutter_local_notifications: ^17.2.3
timezone: ^0.9.4
# Open system settings
app_settings: ^5.1.1
# Wake lock to prevent sleep during downloads
wakelock_plus: ^1.2.5
# Cryptographic hashing for file verification
crypto: ^3.0.3
# Open Food Facts API for branded food nutrition lookup
openfoodfacts: ^3.11.0
# Audio playback for meditation chimes
audioplayers: ^6.1.0
# URL launching for phone calls and web links
url_launcher: ^6.3.1
# Image picker for camera/gallery access
image_picker: ^1.0.7
# Barcode/QR code scanning
mobile_scanner: ^5.1.1
# Google Drive integration for cloud backups
googleapis: ^13.2.0
googleapis_auth: ^1.6.0
google_sign_in: ^6.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
build_runner: ^2.4.8
json_serializable: ^6.7.1
flutter_launcher_icons: "^0.13.1"
# BDD/Gherkin testing for integration tests
flutter_gherkin: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/audio/
- assets/data/
# --- Flutter Launcher Icons Configuration ---
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/app_icon.png" # Fallback for non-adaptive launchers
# Android Adaptive Icons - prevents white border on dark themes
adaptive_icon_background: "#A8D5BA" # Sage green to match app theme
adaptive_icon_foreground: "assets/icon/app_icon_foreground.png" # Outlined psychology icon