-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
73 lines (59 loc) · 1.43 KB
/
pubspec.yaml
File metadata and controls
73 lines (59 loc) · 1.43 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
name: dayflow
description: "A powerful and customizable task manager app"
publish_to: "none"
version: 0.0.1+1
environment:
sdk: ">=3.7.2 <4.0.0"
dependencies:
flutter:
sdk: flutter
# State Management - Using BLoC for scalable architecture
flutter_bloc: ^9.1.1
equatable: ^2.0.5
# Local Storage - Hive for offline-first approach
hive: ^2.2.3
hive_flutter: ^1.1.0
path_provider: ^2.1.4
# Navigation - Official Google solution
go_router: ^14.2.7
# Date & Time utilities
intl: ^0.19.0
# Unique ID generation
uuid: ^4.5.1
# UI Components (we'll add more as we need them)
flutter_slidable: ^3.1.1
# Icons
cupertino_icons: ^1.0.8
flutter_markdown: ^0.7.7+1
shared_preferences: ^2.5.3
timezone: ^0.10.1
flutter_local_notifications: ^19.5.0
permission_handler: ^12.0.1
flutter_timezone: ^4.1.1
device_info_plus: ^11.5.0
file_picker: ^8.0.0
share_plus: ^10.0.0
package_info_plus: ^8.1.2
archive: ^3.4.10
crypto: ^3.0.3
image_picker: ^1.2.0
pro_image_editor: ^11.5.8
path: ^1.9.1
google_fonts: ^6.3.1
get_it: ^7.6.7
flutter_launcher_icons: ^0.14.4
dev_dependencies:
flutter_test:
sdk: flutter
# Code quality
flutter_lints: ^4.0.0
test: ^1.25.2
mocktail: ^1.0.3
flutter_icons:
android: true
ios: true
image_path: "assets/icons/logo.png"
adaptive_icon_foreground: "assets/icons/logo.png"
adaptive_icon_background: "#f5f0f5"
flutter:
uses-material-design: true