forked from rhalff/realworld-flutter-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
159 lines (139 loc) · 4.26 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
name: realworld_flutter
description: A Realworld Flutter Application
version: 1.2.2
environment:
sdk: ">=2.2.2 <3.0.0"
dependencies:
jaguar_cache: ^2.1.2
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
meta: ^1.1.8
equatable: ^1.1.0
jaguar_retrofit: ^2.8.8
jaguar_serializer: ^2.2.12
jaguar_mimetype: ^1.0.1
cached_network_image: ^2.0.0
pedantic: ^1.8.0+1
flutter_secure_storage: 3.3.1+1
shared_preferences: 0.5.6+2
url_launcher: ^5.4.2
event_bus: ^1.1.1
intl: ^0.16.1
bloc: ^3.0.0
validations: ^0.8.5+1
flutter_bloc: ^3.2.0
flutter_markdown: ^0.3.3
cupertino_icons: ^0.1.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.7.4
validations_generator: ^0.8.4
jaguar_retrofit_gen: ^2.8.10
jaguar_serializer_cli: ^2.2.8
build_runner: ^1.7.4
flutter_icons:
android: true
ios: true
image_path: "assets/images/icon.png"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/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 material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
fonts:
- family: MerriweatherSans
fonts:
- asset: fonts/MerriweatherSans-regular.ttf
- asset: fonts/MerriweatherSans-italic.ttf
style: italic
- asset: fonts/MerriweatherSans-800.ttf
weight: 800
- asset: fonts/MerriweatherSans-800italic.ttf
style: italic
weight: 800
- asset: fonts/MerriweatherSans-700.ttf
weight: 700
- asset: fonts/MerriweatherSans-700italic.ttf
style: italic
weight: 700
- asset: fonts/MerriweatherSans-300.ttf
weight: 300
- asset: fonts/MerriweatherSans-300italic.ttf
style: italic
weight: 300
- family: SourceSansPro
fonts:
- asset: fonts/SourceSansPro-regular.ttf
- asset: fonts/SourceSansPro-italic.ttf
style: italic
- asset: fonts/SourceSansPro-900.ttf
weight: 900
- asset: fonts/SourceSansPro-900italic.ttf
style: italic
weight: 900
- asset: fonts/SourceSansPro-700.ttf
weight: 700
- asset: fonts/SourceSansPro-700italic.ttf
style: italic
weight: 700
- asset: fonts/SourceSansPro-600.ttf
weight: 600
- asset: fonts/SourceSansPro-600italic.ttf
style: italic
weight: 600
- asset: fonts/SourceSansPro-300.ttf
weight: 300
- asset: fonts/SourceSansPro-300italic.ttf
style: italic
weight: 300
- asset: fonts/SourceSansPro-200.ttf
weight: 200
- asset: fonts/SourceSansPro-200italic.ttf
style: italic
weight: 200
- family: SourceSerifPro
fonts:
- asset: fonts/SourceSerifPro-regular.ttf
- asset: fonts/SourceSerifPro-700.ttf
weight: 700
- asset: fonts/SourceSerifPro-600.ttf
weight: 600
- family: TitilliumWeb
fonts:
- asset: fonts/TitilliumWeb-regular.ttf
- asset: fonts/TitilliumWeb-italic.ttf
style: italic
- asset: fonts/TitilliumWeb-900.ttf
weight: 900
- asset: fonts/TitilliumWeb-700.ttf
weight: 700
- asset: fonts/TitilliumWeb-700italic.ttf
style: italic
weight: 700
- asset: fonts/TitilliumWeb-600.ttf
weight: 600
- asset: fonts/TitilliumWeb-600italic.ttf
style: italic
weight: 600
- asset: fonts/TitilliumWeb-300.ttf
weight: 300
- asset: fonts/TitilliumWeb-300italic.ttf
style: italic
weight: 300
- asset: fonts/TitilliumWeb-200.ttf
weight: 200
- asset: fonts/TitilliumWeb-200italic.ttf
style: italic
weight: 200