-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
119 lines (86 loc) · 2.58 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
name: restoreandrenew
description: A specimen collecting app.
version: 1.0.0+19 #update in site_list_page.dart/_dialogUserPreferences
environment:
sdk: ">=2.2.2 <3.0.0"
dependencies:
flutter:
sdk: flutter
cloud_firestore: ^0.12.9+2
sqflite: ^1.1.6
mailer: 3.0.2
http: 0.12.0+2
package_info: ^0.4.0+6
back_button_interceptor: ^4.2.1
# Lets me add rgb values for a color
color: any
barcode_scan: 1.0.0
date_format: 1.0.6
uuid: 2.0.2
path_provider: 1.2.0
location: ^2.3.5
csv: ^4.0.3
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: 1.6.7
json_serializable: 3.2.2
# 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:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/title.png
- assets/barcode.png
- assets/headerSmall.jpg
- assets/siteIcon.png
- assets/appBarTitle.png
fonts:
- family: Avenir
fonts:
- asset: fonts/AvenirLTStd-Light.otf
weight: 100
style: normal
- asset: fonts/AvenirLTStd-LightOblique.otf
weight: 100
style: italic
- asset: fonts/AvenirLTStd-Roman.otf
weight: 200
style: normal
- asset: fonts/AvenirLTStd-Oblique.otf
weight: 200
style: italic
- asset: fonts/AvenirLTStd-Book.otf
weight: 300
style: normal
- asset: fonts/AvenirLTStd-BookOblique.otf
weight: 300
style: italic
- asset: fonts/AvenirLTStd-Medium.otf
weight: 400
style: normal
- asset: fonts/AvenirLTStd-MediumOblique.otf
weight: 400
style: italic
- asset: fonts/AvenirLTStd-Heavy.otf
weight: 500
style: normal
- asset: fonts/AvenirLTStd-HeavyOblique.otf
weight: 500
style: italic
- asset: fonts/AvenirLTStd-Black.otf
weight: 600
style: normal
- asset: fonts/AvenirLTStd-BlackOblique.otf
weight: 600
style: italic
- family: Helvetica
fonts:
- asset: fonts/HelveticaNeue-Medium.otf
weight: 200
style: normal
#
# For details regarding fonts from package dependencies,
# see https://flutter.io/custom-fonts/#from-packages