-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
57 lines (44 loc) · 971 Bytes
/
pubspec.yaml
File metadata and controls
57 lines (44 loc) · 971 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
name: shiftend
description: A new Flutter application.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
flutter: ^1.22.0
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.3
smooth_star_rating: 1.1.1
# for firestore
firebase_core: ^0.5.0
cloud_firestore: ^0.14.0+2
firebase_analytics: ^5.0.15
firebase_auth: ^0.18.0+1
firebase_storage:
image_picker:
flutter_native_image:
table_calendar: ^2.2.3
# state
state_notifier: ^0.5.0
flutter_state_notifier: ^0.4.2
freezed_annotation:
provider: ^4.3.0
intl: ^0.16.1
simple_logger: ^1.7.0
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.15.2
pedantic_mono: any
pedantic: any
flutter_launcher_icons: any
json_serializable:
build_runner:
freezed:
flutter:
uses-material-design: true
flutter_icons:
android: true
ios: true
image_path: "assets/icon/icon.png"