-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
47 lines (36 loc) · 1.11 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
name: spotify_ui_clone
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter_icons: ^1.1.0
google_fonts: ^1.1.0
flutter:
sdk: flutter
animations:
cupertino_icons: ^0.1.3
dev_dependencies:
flutter_test:
sdk: flutter
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.
# To add assets to your application, add an assets section, like this:
assets:
- assets/pink_floyd.jpg
- assets/this_is_pink_floyd.jpg
- assets/this_is_post_malone.jpg
- assets/this_is_queen.jpg
- assets/stoney.jpg
- assets/hailee.jpg
- assets/queen_best_of.jpg
- assets/favourite.jpg
- assets/discover.jpg
- assets/time_capsule.jpg
- assets/images/profile.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
uses-material-design: true