-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
46 lines (38 loc) · 928 Bytes
/
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
name: spotix
description: Spotify client app
publish_to: "none"
version: 1.0.6
environment:
sdk: ">=2.16.2 <3.0.0"
flutter: "2.10.5"
dependencies:
cached_network_image: 3.2.0
flutter:
sdk: flutter
get_it: 7.2.0
package_info_plus: 1.4.2
provider: 6.0.3
quiver: 3.1.0
rxdart: 0.27.4
shared_preferences: 2.0.15
spotify_client:
path: modules/spotify_client
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: 1.0.0
flutter:
uses-material-design: true
fonts:
- family: "Maison Neue"
fonts:
- asset: assets/fonts/MaisonNeue-300.ttf
weight: 300
- asset: assets/fonts/MaisonNeue-400.ttf
weight: 400
- asset: assets/fonts/MaisonNeue-500.ttf
weight: 500
- asset: assets/fonts/MaisonNeue-600.ttf
weight: 600
- asset: assets/fonts/MaisonNeue-700.ttf
weight: 700