-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
82 lines (68 loc) · 1.95 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
name: call_black_line
description: Application for CBL phone line
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.4+7 # Bump number after "+" for EVERY release.
environment:
sdk: ">=2.18.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_svg: ^1.1.6
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
url_launcher: ^6.1.9
# Firebase Database
cloud_firestore: ^4.3.2
firebase_auth: ^4.2.5
firebase_core: ^2.19.0
google_sign_in: ^6.1.5
provider: ^5.0.0-nullsafety.1
flutter_riverpod: ^2.2.0
drop_cap_text: ^1.1.3
email_validator: ^2.1.16
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: "^0.13.1"
flutter:
uses-material-design: true
assets:
- assets/images/call-blackline-black.png
- assets/images/call.jpg
- assets/images/edit.png
- assets/images/form.jpg
- assets/images/facebook.png
- assets/images/google.png
- assets/images/apple.png
- assets/images/text.jpg
- assets/images/placeholder.png
- assets/images/seekhelp.png
- assets/icons/right_arrow.svg
- assets/icons/expand_arrow.svg
- assets/icons/collapse_arrow.svg
- assets/icons/medical.svg
- assets/icons/scales.svg
- assets/icons/house.svg
- assets/icons/shield.svg
- assets/icons/donation.svg
- assets/data/resources.json
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-Light.ttf
weight: 300
- asset: assets/fonts/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter-Bold.ttf
weight: 700
flutter_launcher_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/icon.png"