-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
61 lines (47 loc) · 1.06 KB
/
pubspec.yaml
File metadata and controls
61 lines (47 loc) · 1.06 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
name: trackit
description: "A new Flutter project."
publish_to: 'none'
version: 1.1.0+5
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# CORE APP FUNCTIONALITY
cupertino_icons: ^1.0.8
url_launcher: ^6.2.6
permission_handler: ^11.4.0
http: ^1.2.1
fl_chart: ^0.68.0
intl: ^0.19.0
# NOTIFICATIONS & TIME
flutter_local_notifications: ^17.2.4
timezone: ^0.9.4
# NEW: Add this for notification streams
rxdart: ^0.27.7
timeline_tile: ^2.0.0
# --- PRODUCTION-READY DEPENDENCIES ---
# Firebase
firebase_core: ^2.15.1
firebase_auth: ^4.9.0
cloud_firestore: ^4.9.1
google_sign_in: ^6.1.5
# State Management
provider: ^6.0.5
change_app_package_name: ^1.5.0
flutter_dotenv: ^5.1.0
flutter_secure_storage: ^9.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons:
android: true
image_path: "assets/icon/icon.png"
flutter:
uses-material-design: true
assets:
- assets/
- assets/icon/
- .env