-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
81 lines (72 loc) · 1.88 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
name: pizza_elementary
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.17.0 <3.0.0"
dependencies:
badges: ^2.0.3
cupertino_icons: ^1.0.2
easy_rich_text: ^1.0.4
elementary: ^1.3.0
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_mobx: ^2.0.6+1
flutter_svg: ^1.0.0
intl: ^0.17.0
ionicons: ^0.1.2
mobx: ^2.0.7+4
modal_bottom_sheet: ^2.0.1
provider: ^6.0.2
shared_preferences: ^2.0.13
surf_util: ^1.0.3
dev_dependencies:
build_runner: ^2.1.10
dart_code_metrics: ^4.15.0
flutter_test:
sdk: flutter
json_serializable: ^6.2.0
mobx_codegen: ^2.0.7
surf_lint_rules: ^1.5.0
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/images/ingredients/
- assets/json/
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Thin.ttf
weight: 100
- asset: assets/fonts/Roboto-Light.ttf
weight: 300
- asset: assets/fonts/Roboto-Regular.ttf
weight: 400
- asset: assets/fonts/Roboto-Medium.ttf
weight: 500
- asset: assets/fonts/Roboto-Bold.ttf
weight: 700
- asset: assets/fonts/Roboto-Black.ttf
weight: 900
- asset: assets/fonts/Roboto-ThinItalic.ttf
weight: 100
style: italic
- asset: assets/fonts/Roboto-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Roboto-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/Roboto-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Roboto-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Roboto-BlackItalic.ttf
weight: 900
style: italic