-
Notifications
You must be signed in to change notification settings - Fork 174
/
Copy pathpubspec.yaml
39 lines (31 loc) · 968 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
name: flutter_planets_tutorial
description: The Flutter Planets app tutorial with commits per lesson
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to 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 Icons class.
uses-material-design: true
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
assets:
- assets/img/mars.png
- assets/img/neptune.png
- assets/img/moon.png
- assets/img/earth.png
- assets/img/mercury.png
- assets/img/ic_distance.png
- assets/img/ic_gravity.png