-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_log.txt
More file actions
349 lines (347 loc) · 105 KB
/
analysis_log.txt
File metadata and controls
349 lines (347 loc) · 105 KB
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
Analyzing nutriguid_app...
warning - Unused import: 'dart:convert' - lib\models\user_profile.dart:1:8 - unused_import
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\education\education_screen.dart:113:36 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_list_screen.dart:110:84 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_list_screen.dart:137:49 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_list_screen.dart:162:84 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_screen.dart:96:30 - deprecated_member_use
warning - The value of the field 'morningColor' isn't used - lib\screens\exercise\exercise_screen.dart:128:22 - unused_field
warning - Unused import: '../../widgets/animated_widgets.dart' - lib\screens\exercise\exercise_timer_screen.dart:4:8 - unused_import
warning - The value of the field '_isCompleted' isn't used - lib\screens\exercise\exercise_timer_screen.dart:41:8 - unused_field
info - Don't invoke 'print' in production code - lib\screens\exercise\exercise_timer_screen.dart:140:7 - avoid_print
info - Don't invoke 'print' in production code - lib\screens\exercise\exercise_timer_screen.dart:166:5 - avoid_print
info - Don't invoke 'print' in production code - lib\screens\exercise\exercise_timer_screen.dart:218:5 - avoid_print
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:302:54 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:317:54 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:318:54 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:322:72 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:325:57 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:342:63 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:377:62 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:391:51 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:393:70 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:399:85 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:401:85 - deprecated_member_use
info - Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check - lib\screens\exercise\exercise_timer_screen.dart:416:48 - use_build_context_synchronously
info - Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check - lib\screens\exercise\exercise_timer_screen.dart:417:48 - use_build_context_synchronously
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:429:67 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:479:44 - deprecated_member_use
info - Don't invoke 'print' in production code - lib\screens\exercise\exercise_timer_screen.dart:490:5 - avoid_print
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:547:57 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:569:67 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:572:84 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:576:57 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:625:53 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:659:60 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:696:101 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:725:52 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:757:67 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\exercise\exercise_timer_screen.dart:831:52 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:312:30 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:412:39 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:414:53 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:422:35 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:433:42 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:457:42 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:785:64 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:859:53 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:884:53 - deprecated_member_use
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:936:45 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:937:12 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:939:41 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:940:12 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:942:42 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:943:12 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:945:44 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:946:12 - curly_braces_in_flow_control_structures
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:1008:39 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:1010:58 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:1040:57 - deprecated_member_use
warning - Unused import: 'package:intl/intl.dart' - lib\screens\nutrition\nutrition_screen.dart:2:8 - unused_import
warning - Duplicate import - lib\screens\nutrition\nutrition_screen.dart:11:8 - duplicate_import
warning - The value of the field '_profile' isn't used - lib\screens\nutrition\nutrition_screen.dart:25:16 - unused_field
info - Statements in an if should be enclosed in a block - lib\screens\nutrition\nutrition_screen.dart:45:37 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\nutrition\nutrition_screen.dart:46:42 - curly_braces_in_flow_control_structures
info - Don't invoke 'print' in production code - lib\screens\nutrition\nutrition_screen.dart:67:7 - avoid_print
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\nutrition\nutrition_screen.dart:236:34 - deprecated_member_use
info - Don't invoke 'print' in production code - lib\screens\onboarding\profile_setup_screen.dart:233:11 - avoid_print
info - Don't invoke 'print' in production code - lib\screens\onboarding\profile_setup_screen.dart:292:9 - avoid_print
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:368:46 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:420:53 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:433:63 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:452:55 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:553:36 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:554:42 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:557:67 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:787:36 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:788:42 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:791:67 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:920:36 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:921:42 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:924:67 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:982:36 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:983:42 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:986:67 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:1093:28 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:1166:47 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\profile_setup_screen.dart:1323:39 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\welcome_screen.dart:39:45 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\welcome_screen.dart:43:49 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\onboarding\welcome_screen.dart:68:57 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\profile\achievements_screen.dart:52:63 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\profile\achievements_screen.dart:129:56 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\profile\achievements_screen.dart:132:46 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\profile\achievements_screen.dart:141:66 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\profile\achievements_screen.dart:173:75 - deprecated_member_use
info - Statements in an if should be enclosed in a block - lib\screens\progress\progress_screen.dart:70:24 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\progress\progress_screen.dart:71:29 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\progress\progress_screen.dart:72:29 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\progress\progress_screen.dart:73:12 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\progress\progress_screen.dart:77:24 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\progress\progress_screen.dart:78:28 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\progress\progress_screen.dart:79:28 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\progress\progress_screen.dart:80:29 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\progress\progress_screen.dart:81:12 - curly_braces_in_flow_control_structures
info - The member 'build' overrides an inherited member but isn't annotated with '@override' - lib\screens\progress\progress_screen.dart:105:10 - annotate_overrides
info - Statements in an if should be enclosed in a block - lib\screens\progress\progress_screen.dart:133:55 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\progress\progress_screen.dart:134:60 - curly_braces_in_flow_control_structures
error - Undefined name '_showUpdateWeightDialog' - lib\screens\progress\progress_screen.dart:147:44 - undefined_identifier
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\progress\progress_screen.dart:209:61 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\progress\progress_screen.dart:339:41 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\progress\progress_screen.dart:358:52 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\progress\progress_screen.dart:508:90 - deprecated_member_use
error - The method 'double' isn't defined for the type 'int' - lib\screens\progress\progress_screen.dart:521:74 - undefined_method
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\progress\progress_screen.dart:534:47 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\progress\progress_screen.dart:535:47 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\progress\progress_screen.dart:589:36 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\progress\progress_screen.dart:683:38 - deprecated_member_use
info - Don't invoke 'print' in production code - lib\screens\routine\daily_routine_screen.dart:66:7 - avoid_print
info - Don't invoke 'print' in production code - lib\screens\routine\daily_routine_screen.dart:237:7 - avoid_print
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\routine\daily_routine_screen.dart:278:63 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\routine\daily_routine_screen.dart:281:53 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\routine\daily_routine_screen.dart:402:57 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\routine\daily_routine_screen.dart:459:32 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\routine\daily_routine_screen.dart:503:49 - deprecated_member_use
info - 'activeColor' is deprecated and shouldn't be used. Use activeThumbColor instead. This feature was deprecated after v3.31.0-2.0.pre - lib\screens\routine\daily_routine_screen.dart:526:21 - deprecated_member_use
warning - The '!' will have no effect because the receiver can't be null - lib\screens\settings\daily_goals_screen.dart:42:31 - unnecessary_non_null_assertion
warning - The '!' will have no effect because the receiver can't be null - lib\screens\settings\daily_goals_screen.dart:43:33 - unnecessary_non_null_assertion
warning - The '!' will have no effect because the receiver can't be null - lib\screens\settings\daily_goals_screen.dart:44:29 - unnecessary_non_null_assertion
warning - The '!' will have no effect because the receiver can't be null - lib\screens\settings\daily_goals_screen.dart:45:30 - unnecessary_non_null_assertion
warning - The '!' will have no effect because the receiver can't be null - lib\screens\settings\daily_goals_screen.dart:46:36 - unnecessary_non_null_assertion
info - 'activeColor' is deprecated and shouldn't be used. Use activeThumbColor instead. This feature was deprecated after v3.31.0-2.0.pre - lib\screens\settings\daily_goals_screen.dart:197:23 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\daily_goals_screen.dart:240:37 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\daily_goals_screen.dart:242:56 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\reminders_settings_screen.dart:239:52 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\reminders_settings_screen.dart:366:45 - deprecated_member_use
info - 'activeColor' is deprecated and shouldn't be used. Use activeThumbColor instead. This feature was deprecated after v3.31.0-2.0.pre - lib\screens\settings\reminders_settings_screen.dart:398:19 - deprecated_member_use
warning - Unused import: '../../services/notification_service.dart' - lib\screens\settings\settings_screen.dart:7:8 - unused_import
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\settings_screen.dart:201:51 - deprecated_member_use
info - Don't use 'BuildContext's across async gaps - lib\screens\settings\settings_screen.dart:235:7 - use_build_context_synchronously
info - Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check - lib\screens\settings\settings_screen.dart:279:50 - use_build_context_synchronously
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\settings_screen.dart:417:60 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\settings_screen.dart:453:60 - deprecated_member_use
info - Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check - lib\screens\settings\settings_screen.dart:463:51 - use_build_context_synchronously
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\settings_screen.dart:473:60 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\settings_screen.dart:503:41 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\settings_screen.dart:556:38 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\settings_screen.dart:616:52 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\settings_screen.dart:632:53 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\settings_screen.dart:663:37 - deprecated_member_use
info - 'activeColor' is deprecated and shouldn't be used. Use activeTrackColor instead. This feature was deprecated after v3.24.0-0.2.pre - lib\screens\settings\settings_screen.dart:678:9 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\tools\sleep_calculator_screen.dart:112:50 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\tools\sleep_calculator_screen.dart:114:69 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\tools\sleep_calculator_screen.dart:139:59 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\tools\sleep_calculator_screen.dart:162:37 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\tools\sleep_calculator_screen.dart:204:63 - deprecated_member_use
warning - Unused import: '../../utils/constants.dart' - lib\screens\tracker\habit_tracker_screen.dart:4:8 - unused_import
info - Don't invoke 'print' in production code - lib\services\api_service.dart:26:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\api_service.dart:59:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\api_service.dart:97:7 - avoid_print
info - Use 'rethrow' to rethrow a caught exception - lib\services\api_service.dart:98:7 - use_rethrow_when_possible
info - Don't invoke 'print' in production code - lib\services\api_service.dart:109:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\api_service.dart:121:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\api_service.dart:125:10 - avoid_print
info - Function literals shouldn't be passed to 'forEach' - lib\services\api_service.dart:131:53 - avoid_function_literals_in_foreach_calls
info - Don't invoke 'print' in production code - lib\services\api_service.dart:137:14 - avoid_print
info - Don't invoke 'print' in production code - lib\services\api_service.dart:140:14 - avoid_print
info - Don't invoke 'print' in production code - lib\services\api_service.dart:146:10 - avoid_print
info - Don't invoke 'print' in production code - lib\services\api_service.dart:147:10 - avoid_print
info - Don't invoke 'print' in production code - lib\services\api_service.dart:151:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\api_service.dart:152:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\exercise_service.dart:26:7 - avoid_print
warning - Unused import: '../theme/premium_theme.dart' - lib\services\gamification_service.dart:4:8 - unused_import
warning - Unused import: '../utils/app_colors.dart' - lib\services\gamification_service.dart:5:8 - unused_import
info - Don't use 'BuildContext's across async gaps - lib\services\gamification_service.dart:14:25 - use_build_context_synchronously
info - Don't use 'BuildContext's across async gaps - lib\services\gamification_service.dart:15:26 - use_build_context_synchronously
info - Don't use 'BuildContext's across async gaps - lib\services\gamification_service.dart:30:36 - use_build_context_synchronously
info - Don't use 'BuildContext's across async gaps - lib\services\gamification_service.dart:31:36 - use_build_context_synchronously
info - Don't use 'BuildContext's across async gaps - lib\services\gamification_service.dart:32:37 - use_build_context_synchronously
info - Don't use 'BuildContext's across async gaps - lib\services\gamification_service.dart:46:21 - use_build_context_synchronously
warning - Unused import: 'dart:typed_data' - lib\services\groq_vision_service.dart:3:8 - unused_import
info - Don't invoke 'print' in production code - lib\services\groq_vision_service.dart:52:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\groq_vision_service.dart:59:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\groq_vision_service.dart:74:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\groq_vision_service.dart:127:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\groq_vision_service.dart:140:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\groq_vision_service.dart:145:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\groq_vision_service.dart:158:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\groq_vision_service.dart:159:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\groq_vision_service.dart:163:7 - avoid_print
info - Use interpolation to compose strings and values - lib\services\notification_service.dart:113:16 - prefer_interpolation_to_compose_strings
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:128:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:176:14 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:180:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:184:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:186:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:192:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:194:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:215:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:287:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:334:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:336:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:345:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:347:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:366:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:390:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:412:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:416:5 - avoid_print
warning - The declaration '_scheduleNotification' isn't referenced - lib\services\notification_service.dart:420:16 - unused_element
info - Unnecessary 'const' keyword - lib\services\notification_service.dart:503:17 - unnecessary_const
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:524:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:526:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:31:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:60:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:200:12 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:207:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:244:11 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:269:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:291:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:305:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:371:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:373:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:395:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:407:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:412:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:426:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:434:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:446:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:449:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:523:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:525:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:552:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:572:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:611:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\nutrition_service.dart:644:7 - avoid_print
warning - The value of the field '_brandGoldLight' isn't used - lib\services\report_service.dart:19:25 - unused_field
info - Don't invoke 'print' in production code - lib\services\report_service.dart:72:7 - avoid_print
warning - Unused import: '../models/habit_entry.dart' - lib\services\tips_service.dart:1:8 - unused_import
warning - Unused import: '../models/user_profile.dart' - lib\services\workout_session_service.dart:3:8 - unused_import
info - The private field _skippedExerciseIds could be 'final' - lib\services\workout_session_service.dart:21:13 - prefer_final_fields
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\theme\premium_theme.dart:48:24 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\theme\premium_theme.dart:53:24 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\theme\premium_theme.dart:59:24 - deprecated_member_use
info - 'background' is deprecated and shouldn't be used. Use surface instead. This feature was deprecated after v3.18.0-0.1.pre - lib\theme\premium_theme.dart:73:7 - deprecated_member_use
warning - Unused import: 'package:flutter/material.dart' - lib\utils\constants.dart:1:8 - unused_import
info - 'background' is deprecated and shouldn't be used. Use surface instead. This feature was deprecated after v3.18.0-0.1.pre - lib\utils\theme.dart:24:7 - deprecated_member_use
info - 'onBackground' is deprecated and shouldn't be used. Use onSurface instead. This feature was deprecated after v3.18.0-0.1.pre - lib\utils\theme.dart:25:7 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\utils\theme.dart:119:51 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\utils\theme.dart:123:51 - deprecated_member_use
warning - The value of the field '_isPressed' isn't used - lib\widgets\animated_widgets.dart:130:8 - unused_field
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\bmi_gauge.dart:127:42 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\bmi_gauge.dart:139:17 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\bmi_gauge.dart:160:23 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\bmi_gauge.dart:180:40 - deprecated_member_use
warning - Unused import: '../utils/app_colors.dart' - lib\widgets\floating_nav_bar.dart:2:8 - unused_import
warning - Unused import: '../widgets/premium/glass_card.dart' - lib\widgets\floating_nav_bar.dart:4:8 - unused_import
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\floating_nav_bar.dart:30:45 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\floating_nav_bar.dart:43:37 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\floating_nav_bar.dart:46:39 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\floating_nav_bar.dart:79:59 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\floating_nav_bar.dart:143:81 - deprecated_member_use
info - The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' - lib\widgets\glass_card.dart:2:8 - unnecessary_import
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\glass_card.dart:45:39 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\glass_card.dart:51:39 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\glass_card.dart:64:44 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\glass_card.dart:68:40 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\glass_card.dart:116:36 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\glass_card.dart:121:39 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\glass_card.dart:128:39 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\glass_card.dart:138:61 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\glass_card.dart:142:33 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\glass_card.dart:143:35 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\habit_status_badges.dart:79:34 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\habit_status_badges.dart:81:53 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\habit_status_badges.dart:128:40 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\habit_status_badges.dart:167:46 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\habit_widget_card.dart:45:38 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\habit_widget_card.dart:58:38 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\habit_widget_card.dart:60:57 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\habit_widget_card.dart:152:38 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\habit_widget_card.dart:215:29 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\habit_widget_card.dart:217:56 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\habit_widget_card.dart:233:37 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\home\daily_goal_card.dart:25:47 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\home\daily_goal_card.dart:38:42 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\home\daily_goal_card.dart:54:50 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\home\daily_goal_card.dart:99:50 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\home\daily_log_card.dart:48:30 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\home\daily_log_card.dart:133:41 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\home\daily_log_card.dart:148:34 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\home\up_next_list.dart:47:65 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\neon_button.dart:53:38 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\neon_button.dart:58:41 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\neon_button.dart:125:33 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\neon_button.dart:128:35 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\next_task_card.dart:40:49 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\next_task_card.dart:57:38 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\next_task_card.dart:58:44 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\next_task_card.dart:62:43 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\next_task_card.dart:78:48 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\next_task_card.dart:130:53 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\next_task_card.dart:159:59 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\next_task_card.dart:178:54 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\dashboard_stats_ring.dart:42:40 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\glass_card.dart:34:37 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\glass_card.dart:37:39 - deprecated_member_use
warning - Unused import: '../../theme/premium_theme.dart' - lib\widgets\premium\goal_projection_card.dart:2:8 - unused_import
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\goal_projection_card.dart:91:63 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\goal_projection_card.dart:143:52 - deprecated_member_use
warning - Unused import: 'package:lottie/lottie.dart' - lib\widgets\premium\lottie_category_card.dart:2:8 - unused_import
warning - Unused import: '../../utils/app_colors.dart' - lib\widgets\premium\lottie_category_card.dart:4:8 - unused_import
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\lottie_category_card.dart:38:31 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\lottie_category_card.dart:39:31 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\lottie_category_card.dart:53:40 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\lottie_category_card.dart:57:44 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\lottie_category_card.dart:74:45 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\lottie_category_card.dart:76:64 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\lottie_category_card.dart:119:42 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\lottie_category_card.dart:123:47 - deprecated_member_use
warning - Unused import: 'glass_card.dart' - lib\widgets\premium\next_meal_card.dart:4:8 - unused_import
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\next_meal_card.dart:53:34 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\nutrition_card.dart:87:92 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\nutrition_card.dart:93:55 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\nutrition_card.dart:106:50 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\nutrition_card.dart:132:66 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\nutrition_card.dart:184:66 - deprecated_member_use
info - Unnecessary use of 'toList' in a spread - lib\widgets\premium\nutrition_card.dart:206:34 - unnecessary_to_list_in_spreads
warning - The value of the field '_scaleAnim' isn't used - lib\widgets\premium\premium_button.dart:24:26 - unused_field
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\premium_button.dart:78:49 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\premium_button.dart:83:51 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\premium_image_loader.dart:57:39 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\premium\premium_image_loader.dart:60:39 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\sleep_log_dialog.dart:45:49 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\sleep_log_dialog.dart:83:45 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\sleep_log_dialog.dart:111:58 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\sleep_log_dialog.dart:113:52 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\sleep_log_dialog.dart:201:38 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\standard_header.dart:29:47 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\timeline_widget.dart:134:42 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\timeline_widget.dart:183:50 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\timeline_widget.dart:199:41 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\timeline_widget.dart:200:41 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\timeline_widget.dart:231:63 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\timeline_widget.dart:260:47 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\timeline_widget.dart:261:48 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\timeline_widget.dart:266:50 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\timeline_widget.dart:274:48 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\widgets\workout_timer_widget.dart:120:46 - deprecated_member_use