forked from mahdinazmi/Spotify-Clone-With-Flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
55 lines (43 loc) · 937 Bytes
/
pubspec.yaml
File metadata and controls
55 lines (43 loc) · 937 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
44
45
46
47
48
49
50
51
52
53
54
55
name: spotify
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.1.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_svg:
flutter_bloc:
hydrated_bloc:
path_provider:
firebase_core:
firebase_auth:
get_it:
dartz:
cloud_firestore:
just_audio:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/fonts/
- assets/images/
- assets/vectors/
fonts:
- family: Satoshi
fonts:
- asset: assets/fonts/Satoshi-Black.ttf
weight: 900
- asset: assets/fonts/Satoshi-Bold.ttf
weight: 600
- asset: assets/fonts/Satoshi-Medium.ttf
weight: 500
- asset: assets/fonts/Satoshi-Regular.ttf
weight: 400
- asset: assets/fonts/Satoshi-Light.ttf
weight: 300