-
Notifications
You must be signed in to change notification settings - Fork 12
/
pubspec.yaml
90 lines (77 loc) · 2.02 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
name: flutter_kit
description: A boilerplate for Flutter Projects using BLoC Architecture
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
auto_route: ^9.2.2
cupertino_icons: ^1.0.8
dio: ^5.7.0
equatable: ^2.0.5
flutter_bloc: ^8.1.6
flutter_svg: ^2.0.14
freezed_annotation: ^2.4.4
get_it: ^8.0.2
iconsax_plus: ^1.0.0
intl: ^0.19.0
intl_utils: ^2.8.7
json_annotation: ^4.9.0
dev_dependencies:
flutter_test:
sdk: flutter
auto_route_generator: ^9.0.0
build_runner: ^2.4.13
flutter_lints: ^5.0.0
freezed: ^2.5.7
json_serializable: ^6.8.0
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: GeneralSans
fonts:
- asset: assets/fonts/GeneralSans-Extralight.otf
weight: 200
- asset: assets/fonts/GeneralSans-ExtralightItalic.otf
weight: 200
style: italic
- asset: assets/fonts/GeneralSans-Light.otf
weight: 300
- asset: assets/fonts/GeneralSans-LightItalic.otf
weight: 300
- asset: assets/fonts/GeneralSans-Regular.otf
style: normal
- asset: assets/fonts/GeneralSans-Italic.otf
style: italic
- asset: assets/fonts/GeneralSans-Medium.otf
weight: 500
- asset: assets/fonts/GeneralSans-MediumItalic.otf
weight: 500
style: italic
- asset: assets/fonts/GeneralSans-Semibold.otf
weight: 600
- asset: assets/fonts/GeneralSans-SemiboldItalic.otf
weight: 600
style: italic
- asset: assets/fonts/GeneralSans-Bold.otf
weight: 700
- asset: assets/fonts/GeneralSans-BoldItalic.otf
weight: 700
style: italic
fluttergen:
output: lib/src/generated
line_length: 120
integrations:
flutter_svg: true
flutter_intl:
enabled: true
class_name: I18n
main_locale: en
arb_dir: lib/src/core/i18n/l10n
output_dir: lib/src/core/i18n