-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
93 lines (80 loc) · 2.01 KB
/
Copy pathpubspec.yaml
File metadata and controls
93 lines (80 loc) · 2.01 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
name: breathe_free
description: BreatheFree — A smart smoking cessation companion with wearable integration, family monitoring, and a robust distraction engine.
publish_to: "none"
version: 2.0.0+1
environment:
sdk: ">=3.2.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# State Management
flutter_riverpod: ^2.4.9
riverpod_annotation: ^2.3.3
# Firebase
firebase_core: ^2.32.0
firebase_auth: ^4.17.4
cloud_firestore: ^4.15.4
firebase_messaging: ^14.7.15
flutter_local_notifications: ^17.2.2
firebase_analytics: ^10.8.7
google_sign_in: ^6.2.1
# UI
google_fonts: ^6.1.0
flutter_animate: ^4.5.0
lottie: ^3.1.0
# confetti_widget: ^0.7.0
fl_chart: ^0.66.2
percent_indicator: ^4.2.3
# Utilities
uuid: ^4.3.3
intl: ^0.19.0
shared_preferences: ^2.2.2
flutter_timezone: ^3.0.1
timezone: ^0.9.4
haptic_feedback: ^0.5.1+1
audioplayers: ^6.0.0
path_provider: ^2.1.2
flutter_blue_plus: ^1.32.12
permission_handler: ^11.3.0
pdf: ^3.10.7
share_plus: ^7.2.1
# Icons
cupertino_icons: ^1.0.6
flutter_svg: ^2.0.9
flutter_launcher_icons: ^0.14.4
http: ^1.6.0
# AI / Gemini
google_generative_ai: ^0.4.3
flutter_dotenv: ^5.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
riverpod_generator: ^2.3.9
build_runner: ^2.4.8
change_app_package_name: ^1.4.0
rename: ^3.1.0
flutter:
uses-material-design: true
assets:
- assets/images/logo.png
- assets/images/logo-transparent.png
- assets/audio/chime.mp3
- .env
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-Regular.ttf
- asset: assets/fonts/Montserrat-Medium.ttf
weight: 500
- asset: assets/fonts/Montserrat-SemiBold.ttf
weight: 600
- asset: assets/fonts/Montserrat-Bold.ttf
weight: 700
- asset: assets/fonts/Montserrat-Light.ttf
weight: 300
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/logo.png"
min_sdk_android: 21