-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
190 lines (180 loc) · 5.56 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
name: echidna_webui
description: "A new Flutter project." # TODO: edit this
publish_to: none
version: 1.0.0+1
environment:
sdk: ">=3.4.3 <4.0.0"
dependencies:
animations: ^2.0.11
awesome_extensions: ^2.0.19
bloc: ^8.1.4
collection: ^1.18.0
crypto: ^3.0.6
cupertino_icons: ^1.0.6
dotenv: ^4.2.0
echidna_dto:
git:
url: https://github.com/necodeIT/echidna_dto.git
either_dart: ^1.0.0
flutter:
sdk: flutter
flutter_animate: ^4.5.0
flutter_highlighting: ^0.9.0+11.8.0
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.7.4+3
flutter_modular: ^6.3.4
flutter_sticky_header: ^0.7.0
flutter_svg: ^2.0.10+1
freezed_annotation: ^2.4.4
highlighting: any
intl: any
json_annotation: ^4.9.0
logging: ^1.3.0
markdown: any
mcquenji_core:
git:
url: https://github.com/mcquenji/mcquenji_core.git
mcquenji_local_storage:
git:
url: https://github.com/mcquenji/mcquenji_local_storage.git
memory_cache: ^1.2.0
path: ^1.9.0
quoter: ^0.0.1
shadcn_flutter: ^0.0.21
tap_hover_toggle: ^0.0.1
uicons_updated: ^0.0.5
url_launcher: ^6.3.1
url_strategy: ^0.3.0
uuid: ^4.5.1
vector_graphics: any
web_socket_channel: ^3.0.1
dev_dependencies:
architecture_linter: ^0.2.2
build_runner: ^2.4.11
flutter_gen_runner: ^5.6.0
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutterando_analysis: ^0.0.2
freezed: ^2.5.2
json_serializable: ^6.8.0
test: ^1.25.2
dependency_overrides:
flutter_modular:
git:
url: https://github.com/necodeIT/modular.git
path: flutter_modular
modular_core:
git:
url: https://github.com/necodeIT/modular.git
path: modular_core
flutter:
uses-material-design: true
generate: true
assets:
- assets/
- assets/branding/
- assets/frameworks/
fonts:
- family: GeistSans
fonts:
- asset: packages/shadcn_flutter/fonts/Geist-Black.otf
weight: 800
- asset: packages/shadcn_flutter/fonts/Geist-Bold.otf
weight: 700
- asset: packages/shadcn_flutter/fonts/Geist-Light.otf
weight: 300
- asset: packages/shadcn_flutter/fonts/Geist-Medium.otf
weight: 500
- asset: packages/shadcn_flutter/fonts/Geist-SemiBold.otf
weight: 600
- asset: packages/shadcn_flutter/fonts/Geist-Thin.otf
weight: 100
- asset: packages/shadcn_flutter/fonts/Geist-UltraBlack.otf
weight: 900
- asset: packages/shadcn_flutter/fonts/Geist-UltraLight.otf
weight: 200
- asset: packages/shadcn_flutter/fonts/Geist-Regular.otf
weight: 400
- family: GeistMono
fonts:
- asset: packages/shadcn_flutter/fonts/GeistMono-Black.otf
weight: 800
- asset: packages/shadcn_flutter/fonts/GeistMono-Bold.otf
weight: 700
- asset: packages/shadcn_flutter/fonts/GeistMono-Light.otf
weight: 300
- asset: packages/shadcn_flutter/fonts/GeistMono-Medium.otf
weight: 500
- asset: packages/shadcn_flutter/fonts/GeistMono-Regular.otf
weight: 400
- asset: packages/shadcn_flutter/fonts/GeistMono-SemiBold.otf
weight: 600
- asset: packages/shadcn_flutter/fonts/GeistMono-Thin.otf
weight: 100
- asset: packages/shadcn_flutter/fonts/GeistMono-UltraBlack.otf
weight: 900
- asset: packages/shadcn_flutter/fonts/GeistMono-UltraLight.otf
weight: 200
- family: RadixIcons
fonts:
- asset: packages/shadcn_flutter/icons/RadixIcons.otf
- family: BootstrapIcons
fonts:
- asset: packages/shadcn_flutter/icons/BootstrapIcons.otf
flutter_gen:
output: lib/gen/
line_length: 80
integrations:
flutter_svg: true
flare_flutter: false
rive: false
lottie: false
fonts:
- family: RadixIcons
fonts:
- asset: "packages/shadcn_flutter/icons/RadixIcons.otf"
- family: BootstrapIcons
fonts:
- asset: "packages/shadcn_flutter/icons/BootstrapIcons.otf"
- family: "GeistSans"
fonts:
- asset: "packages/shadcn_flutter/fonts/Geist-Black.otf"
weight: 800
- asset: "packages/shadcn_flutter/fonts/Geist-Bold.otf"
weight: 700
- asset: "packages/shadcn_flutter/fonts/Geist-Light.otf"
weight: 300
- asset: "packages/shadcn_flutter/fonts/Geist-Medium.otf"
weight: 500
- asset: "packages/shadcn_flutter/fonts/Geist-SemiBold.otf"
weight: 600
- asset: "packages/shadcn_flutter/fonts/Geist-Thin.otf"
weight: 100
- asset: "packages/shadcn_flutter/fonts/Geist-UltraBlack.otf"
weight: 900
- asset: "packages/shadcn_flutter/fonts/Geist-UltraLight.otf"
weight: 200
- asset: "packages/shadcn_flutter/fonts/Geist-Regular.otf"
weight: 400
- family: "GeistMono"
fonts:
- asset: "packages/shadcn_flutter/fonts/GeistMono-Black.otf"
weight: 800
- asset: "packages/shadcn_flutter/fonts/GeistMono-Bold.otf"
weight: 700
- asset: "packages/shadcn_flutter/fonts/GeistMono-Light.otf"
weight: 300
- asset: "packages/shadcn_flutter/fonts/GeistMono-Medium.otf"
weight: 500
- asset: "packages/shadcn_flutter/fonts/GeistMono-Regular.otf"
weight: 400
- asset: "packages/shadcn_flutter/fonts/GeistMono-SemiBold.otf"
weight: 600
- asset: "packages/shadcn_flutter/fonts/GeistMono-Thin.otf"
weight: 100
- asset: "packages/shadcn_flutter/fonts/GeistMono-UltraBlack.otf"
weight: 900
- asset: "packages/shadcn_flutter/fonts/GeistMono-UltraLight.otf"
weight: 200