-
Notifications
You must be signed in to change notification settings - Fork 63
/
pubspec.yaml
63 lines (60 loc) · 1.57 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
name: presence
version: 1.0.0+1
publish_to: none
description: A new Flutter project.
environment:
sdk: '>=2.16.1 <3.0.0'
dependencies:
cloud_firestore: 3.1.12
convex_bottom_bar: 3.0.0
cupertino_icons: ^1.0.2
firebase_auth: 3.3.14
firebase_core: 1.14.1
firebase_storage: 10.2.12
flutter:
sdk: flutter
flutter_svg: 1.0.3
geocoding: 2.0.4
geolocator: 8.2.0
get: 4.6.1
image_picker: 0.8.5
intl: 0.17.0
maps_launcher: ^2.0.1
syncfusion_flutter_datepicker: ^20.1.51
dev_dependencies:
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
- assets/fonts/
fonts:
- family: poppins
fonts:
- asset: assets/fonts/Poppins/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins/Poppins-Bold.ttf
weight: 700
- asset: assets/fonts/Poppins/Poppins-ExtraBold.ttf
weight: 800
- family: inter
fonts:
- asset: assets/fonts/inter/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/inter/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/inter/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/inter/Inter-Bold.ttf
weight: 700
- asset: assets/fonts/inter/Inter-ExtraBold.ttf
weight: 800
- asset: assets/fonts/inter/Inter-Black.ttf
weight: 900