-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
73 lines (39 loc) · 949 Bytes
/
pubspec.yaml
File metadata and controls
73 lines (39 loc) · 949 Bytes
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: task_management
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.0.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
dartx: ^1.2.0
hive: ^2.2.3
hive_flutter: ^1.1.0
hive_generator: ^2.0.1
injectable: ^2.5.0
firebase_auth: ^5.4.1
firebase_core: ^3.10.1
freezed: ^2.1.0+1
freezed_annotation: ^2.1.0
go_router: ^14.7.1
cloud_firestore: ^5.6.3
injectable_generator: ^2.6.2
riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
riverpod_generator: ^2.6.3
riverpod_lint: ^2.6.3
hooks_riverpod: ^2.6.1
get_it: ^8.0.3
table_calendar: ^3.2.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.5
change_app_package_name: ^1.1.0
flutter_lints: ^5.0.0
json_annotation: any
json_serializable: any
flutter:
uses-material-design: true