-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
52 lines (43 loc) · 1.04 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
name: dm_delights
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.15.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.2
provider: ^6.0.2
intl: ^0.17.0
firebase_core: ^1.11.0
firebase_analytics: ^9.0.5
firebase_auth: ^3.3.5
firebase_storage: ^10.2.16
cloud_firestore: ^3.1.6
animations: ^2.0.2
image_picker: ^0.8.5+3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
generate: true
assets:
- assets/logo.png
fonts:
- family: 'Poppins'
fonts:
- asset: fonts/Poppins-Bold.ttf
weight: 700
- asset: fonts/Poppins-SemiBold.ttf
weight: 600
- asset: fonts/Poppins-Medium.ttf
weight: 500
- asset: fonts/Poppins-Regular.ttf
weight: 400