-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
82 lines (70 loc) · 1.73 KB
/
pubspec.yaml
File metadata and controls
82 lines (70 loc) · 1.73 KB
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: drips_water
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.10.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
loading_animation_widget: ^1.3.0
firebase_auth: ^6.1.1
firebase_core: ^4.2.0
cloud_firestore: ^6.0.3
shared_preferences: ^2.5.3
http: ^1.5.0
googleapis_auth: ^2.0.0
uuid: ^4.5.1
cached_network_image: ^3.4.1
provider: ^6.1.5+1
shimmer: ^3.0.0
table_calendar: ^3.2.0
intl: ^0.20.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.14.4
flutter_native_splash: ^2.4.7
flutter_icons:
android: true
ios: true
image_path: "assets/app_logo.jpg"
flutter_native_splash:
color: "#ffffff"
image: assets/app_logo.jpg
android_12:
image: assets/app_logo.jpg
color: "#ffffff"
flutter:
uses-material-design: true
assets:
- assets/
- assets/credentials.json
- assets/images/onboarding_images/
- assets/images/splash_screen/
- assets/images/welcome_screen/
- assets/images/home_screen/
- assets/images/order_success/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700
- family: Inter
fonts:
- 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