This repository has been archived by the owner on Feb 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
pubspec.yaml
60 lines (54 loc) · 1.81 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
48
49
50
51
52
53
54
55
56
57
58
59
60
name: SquanchyFlutter
description: Just like Squanchy, but in Flutter.
dependencies:
cupertino_icons: 0.1.2
flutter:
sdk: flutter
google_sign_in: 3.2.4
firebase_analytics: 1.1.0
firebase_auth: 0.7.0
cloud_firestore: 0.8.2+3
# 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
# To add assets to your application, add an assets section here, in
# this "flutter" section, as in:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/ic_settings.png
- assets/ic_schedule.png
- assets/ic_search.png
- assets/ic_favourites_unselected.png
- assets/ic_schedule_unselected.png
- assets/ic_venue_unselected.png
- assets/ic_schedule_selected.png
- assets/ic_venue_selected.png
- assets/ic_favourites_selected.png
- assets/nothing_here.png
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: League Spartan
fonts:
- asset: fonts/LeagueSpartan-Bold.otf
weight: 700
- family: Quicksand
fonts:
- asset: fonts/Quicksand-Light.ttf
weight: 300
- asset: fonts/Quicksand-Regular.ttf
weight: 400
- asset: fonts/Quicksand-Medium.ttf
weight: 500
- asset: fonts/Quicksand-Bold.ttf
weight: 700