-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
43 lines (38 loc) · 915 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
43 lines (38 loc) · 915 Bytes
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
name: evolphy
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
cloud_firestore: ^4.17.4
firebase_auth: ^4.19.6
firebase_core: ^2.31.1
fluentui_system_icons: ^1.1.238
flutter:
sdk: flutter
flutter_native_splash: ^2.4.0
provider: ^6.1.2
dev_dependencies:
flutter_lints: ^3.0.0
flutter_test:
sdk: flutter
flutter_native_splash:
color: "#1C202A"
image: "images/SplashLogo.png"
flutter:
uses-material-design: true
assets:
- images/
fonts:
- family: Outfit
fonts:
- asset: fonts/outfit/Outfit-Light.ttf
weight: 300
- asset: fonts/outfit/Outfit-Regular.ttf
- asset: fonts/outfit/Outfit-Medium.ttf
weight: 500
- asset: fonts/outfit/Outfit-SemiBold.ttf
weight: 600
- asset: fonts/outfit/Outfit-Bold.ttf
weight: 700