-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
47 lines (36 loc) · 804 Bytes
/
pubspec.yaml
File metadata and controls
47 lines (36 loc) · 804 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
name: calendar_parser_acs
description: Calendar App with Parser for ACS Students
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.14.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.5
http: ^0.13.6
built_value: ^8.5.0
built_collection: ^5.1.1
redux: ^5.0.0
flutter_redux: ^0.10.0
redux_epics: ^0.15.1
freezed_annotation: ^2.2.0
table_calendar: ^3.0.9
firebase_core: ^2.12.0
firebase_auth: ^4.6.0
cloud_firestore: ^4.7.0
firebase_storage: ^11.2.0
image_picker: ^0.8.7+5
file_picker: ^5.3.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.4
built_value_generator: ^8.5.0
freezed: ^2.3.4
dependency_overrides:
rxdart: ^0.27.7
analyzer: ^5.12.0
meta: ^1.9.1
flutter:
uses-material-design: true