-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
57 lines (51 loc) · 1.09 KB
/
pubspec.yaml
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: continual_care_alpha
description: Giving back through caregiving
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
authentication_repository:
path: packages/authentication_repository
bloc: ^8.0.2
omni_datetime_picker: ^0.1.2
equatable: ^2.0.3
firestore_jobs_api:
path: packages/firestore_jobs_api
flow_builder: ^0.0.9
flutter:
sdk: flutter
flutter_bloc: ^8.1.0
flutter_localizations:
sdk: flutter
font_awesome_flutter: ^9.1.0
form_inputs:
path: packages/form_inputs
intl: ^0.17.0
jobs_api:
path: packages/jobs_api
jobs_repository:
path: packages/jobs_repository
transparent_image: ^2.0.0
firebase_core: ^1.21.1
rive: ^0.8.4
dev_dependencies:
bloc_test: ^9.0.2
flutter_test:
sdk: flutter
mocktail: ^0.2.0
very_good_analysis: ^2.4.0
flutter_launcher_icons: "^0.11.0"
icons_launcher: ^2.0.6
flutter:
uses-material-design: true
generate: true
assets:
- assets/
icons_launcher:
image_path: 'assets/icon.png'
platforms:
android:
enable: true
ios:
enable: true