-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
142 lines (115 loc) · 3.31 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
name: init
description: "A new Flutter project."
publish_to: "none"
version: 0.1.0
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
# State management
flutter_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
# Internationalization
easy_localization: ^3.0.7
# Router, for routing
auto_route: ^9.2.2
#Dependency injection
get_it: ^8.0.1
injectable: ^2.5.0
# Shared preferences
shared_preferences: ^2.3.2
# Theme
flex_color_scheme: ^7.3.1
# Copy with extension
copy_with_extension: ^5.0.4
# Equatable
equatable: ^2.0.5
# Material color utilities
material_color_utilities: ^0.11.1
# Hive
hive: ^2.2.3
hive_flutter: ^1.1.0
# Secure storage
flutter_secure_storage: ^9.2.2
dev_dependencies:
flutter_test:
sdk: flutter
# Lints
flutter_lints: ^4.0.0
# Riverpod
riverpod_generator: ^2.6.2
# Build runner
build_runner: ^2.4.13
# Custom lint for Riverpod
custom_lint: ^0.7.0
# Riverpod lint
riverpod_lint: ^2.6.2
# Auto route
auto_route_generator: ^9.0.0
# Injectable, for dependency injection
injectable_generator: ^2.6.2
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
assets:
- assets/translations/
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: InitIcons
fonts:
- asset: assets/icons/InitIcons.ttf
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Thin.ttf
weight: 100
- asset: assets/fonts/Poppins-ThinItalic.ttf
weight: 100
style: italic
- asset: assets/fonts/Poppins-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Poppins-ExtraLightItalic.ttf
weight: 200
style: italic
- asset: assets/fonts/Poppins-Light.ttf
weight: 300
- asset: assets/fonts/Poppins-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700
- asset: assets/fonts/Poppins-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Poppins-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Poppins-ExtraBoldItalic.ttf
weight: 800
style: italic
- asset: assets/fonts/Poppins-Black.ttf
weight: 900
- asset: assets/fonts/Poppins-BlackItalic.ttf
weight: 900
style: italic