-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
111 lines (98 loc) · 2.43 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
name: next_app
description: A Flutter application template.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.16.2 <3.0.0'
dependencies:
cupertino_icons: ^1.0.4
equatable: ^2.0.3
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
freezed: ^2.0.2
get_it: ^7.2.0
intl: ^0.17.0
logger: ^1.1.0
dev_dependencies:
build_runner: ^2.1.10
flutter_launcher_icons: ^0.9.2
flutter_test:
sdk: flutter
index_generator: ^3.0.0
injectable_generator: ^1.5.3
integration_test:
sdk: flutter
intl_generator: ^0.2.1
intl_utils: ^2.6.1
lint: ^1.8.2
mocktail: 0.3.0
dependency_overrides:
analyzer: ^3.0.0
flutter:
uses-material-design: true
assets:
- assets/fonts/
- assets/images/
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Thin.ttf
weight: 100
- asset: assets/fonts/Roboto-ThinItalic.ttf
weight: 100
style: italic
- asset: assets/fonts/Roboto-Light.ttf
weight: 300
- asset: assets/fonts/Roboto-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Roboto-Regular.ttf
weight: 400
- asset: assets/fonts/Roboto-Italic.ttf
style: italic
- asset: assets/fonts/Roboto-Medium.ttf
weight: 500
- asset: assets/fonts/Roboto-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Roboto-Bold.ttf
weight: 700
- asset: assets/fonts/Roboto-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Roboto-Black.ttf
weight: 900
- asset: assets/fonts/Roboto-BlackItalic.ttf
weight: 900
style: italic
flutter_intl:
enabled: true
arb_dir: translations
output_dir: lib/src/common/presentation/localization/generated
index_generator:
exclude:
- '**.g.dart'
- '**.freezed.dart'
- '**/bloc/**_event.dart'
- '**/bloc/**_state.dart'
- '**/cubit/**_state.dart'
indexes:
- path: lib/src/base
include:
- '**'
name: base
library: base
- path: lib/src/common
include:
- '**'
exclude:
- 'presentation/localization/generated/**'
name: common
library: common
- path: lib/src/features
include:
- '**'
name: features
library: features