-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis.txt
More file actions
401 lines (399 loc) · 120 KB
/
analysis.txt
File metadata and controls
401 lines (399 loc) · 120 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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
Analyzing nutriguid_app...
warning - The operand can't be 'null', so the condition is always 'true' - lib\main.dart:73:22 - unnecessary_null_comparison
info - Don't invoke 'print' in production code - lib\main.dart:79:11 - avoid_print
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
warning - Dead code - lib\screens\exercise\exercise_timer_screen.dart:244:30 - dead_code
warning - The left operand can't be null, so the right operand is never executed - lib\screens\exercise\exercise_timer_screen.dart:244:33 - dead_null_aware_expression
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
warning - Dead code - lib\screens\home\dashboard_screen.dart:92:32 - dead_code
warning - The left operand can't be null, so the right operand is never executed - lib\screens\home\dashboard_screen.dart:92:35 - dead_null_aware_expression
warning - The left operand can't be null, so the right operand is never executed - lib\screens\home\dashboard_screen.dart:93:38 - dead_null_aware_expression
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home\dashboard_screen.dart:336: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:436: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:438: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:446: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: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:481: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:809: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:883: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:908:53 - deprecated_member_use
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:960:45 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:961:12 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:963:41 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:964:12 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:966:42 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:967:12 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:969:44 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\home\dashboard_screen.dart:970: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:1032: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:1034: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:1064: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
warning - The operand can't be 'null', so the condition is always 'true' - lib\screens\nutrition\nutrition_screen.dart:44:19 - unnecessary_null_comparison
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
warning - The receiver can't be null, so the null-aware operator '?.' is unnecessary - lib\screens\nutrition\nutrition_screen.dart:51:22 - invalid_null_aware_operator
warning - Dead code - lib\screens\nutrition\nutrition_screen.dart:61:33 - dead_code
warning - The left operand can't be null, so the right operand is never executed - lib\screens\nutrition\nutrition_screen.dart:61:36 - dead_null_aware_expression
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 - The private field _wakeUpTime could be 'final' - lib\screens\onboarding\profile_setup_screen.dart:58:13 - prefer_final_fields
warning - The value of the field '_wakeUpTime' isn't used - lib\screens\onboarding\profile_setup_screen.dart:58:13 - unused_field
error - The name '_wakeUpTime' is already defined - lib\screens\onboarding\profile_setup_screen.dart:58:13 - duplicate_definition
warning - The operand can't be 'null', so the condition is always 'true' - lib\screens\onboarding\profile_setup_screen.dart:73:20 - unnecessary_null_comparison
warning - The operand can't be 'null', so the condition is always 'true' - lib\screens\onboarding\profile_setup_screen.dart:108:20 - unnecessary_null_comparison
info - Don't invoke 'print' in production code - lib\screens\onboarding\profile_setup_screen.dart:120:8 - avoid_print
info - Don't invoke 'print' in production code - lib\screens\onboarding\profile_setup_screen.dart:312:11 - avoid_print
error - The argument for the named parameter 'sleepReminderEnabled' was already specified - lib\screens\onboarding\profile_setup_screen.dart:358:9 - duplicate_named_argument
error - The argument for the named parameter 'wakeUpAlarmEnabled' was already specified - lib\screens\onboarding\profile_setup_screen.dart:359:9 - duplicate_named_argument
error - The argument for the named parameter 'snoozeDuration' was already specified - lib\screens\onboarding\profile_setup_screen.dart:360:9 - duplicate_named_argument
error - The argument for the named parameter 'exerciseTime' was already specified - lib\screens\onboarding\profile_setup_screen.dart:372:11 - duplicate_named_argument
info - Don't invoke 'print' in production code - lib\screens\onboarding\profile_setup_screen.dart:377: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:453: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:505: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:518: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:537: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:645: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:646: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:649: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:893: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:894: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:897: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:1026: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:1027: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:1030: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:1088: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:1089: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:1092: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:1199: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:1272: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:1451:39 - 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:1466:79 - 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:1469:69 - 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
error - The method 'getAllAchievements' isn't defined for the type 'DatabaseService' - lib\screens\profile\achievements_screen.dart:27:49 - undefined_method
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
warning - Unused import: '../../widgets/glass_card.dart' - lib\screens\progress\progress_screen.dart:9:8 - unused_import
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:132:55 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\screens\progress\progress_screen.dart:133:60 - curly_braces_in_flow_control_structures
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\progress\progress_screen.dart:207: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:337: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:356: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:511:90 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\progress\progress_screen.dart:537: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:538: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:592: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:686:38 - deprecated_member_use
info - Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check - lib\screens\progress\progress_screen.dart:771:34 - use_build_context_synchronously
warning - The operand can't be 'null', so the condition is always 'true' - lib\screens\routine\daily_routine_screen.dart:51:19 - unnecessary_null_comparison
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 - Dead code - lib\screens\settings\daily_goals_screen.dart:37:19 - dead_code
warning - The left operand can't be null, so the right operand is never executed - lib\screens\settings\daily_goals_screen.dart:37:19 - dead_null_aware_expression
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
warning - Dead code - lib\screens\settings\reminders_settings_screen.dart:34:28 - dead_code
warning - The left operand can't be null, so the right operand is never executed - lib\screens\settings\reminders_settings_screen.dart:34:31 - dead_null_aware_expression
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\reminders_settings_screen.dart:240: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:371: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:403:19 - 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:423:45 - 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:489:79 - deprecated_member_use
warning - Unused import: 'reminders_settings_screen.dart' - lib\screens\settings\settings_screen.dart:12:8 - unused_import
warning - Unused import: 'package:flutter_local_notifications/flutter_local_notifications.dart' - lib\screens\settings\settings_screen.dart:14:8 - unused_import
warning - Unused import: 'package:permission_handler/permission_handler.dart' - lib\screens\settings\settings_screen.dart:15:8 - unused_import
info - The private field _dailyReminders could be 'final' - lib\screens\settings\settings_screen.dart:27:8 - prefer_final_fields
warning - The value of the field '_dailyReminders' isn't used - lib\screens\settings\settings_screen.dart:27:8 - unused_field
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\settings_screen.dart:203:51 - deprecated_member_use
info - Don't use 'BuildContext's across async gaps - lib\screens\settings\settings_screen.dart:237: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:281: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:390: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:426: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:436: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:446: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:531: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:584: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:644: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:660:53 - deprecated_member_use
warning - The declaration '_buildSwitchTile' isn't referenced - lib\screens\settings\settings_screen.dart:680:10 - unused_element
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\settings\settings_screen.dart:691: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:706:9 - deprecated_member_use
warning - The operand can't be 'null', so the condition is always 'true' - lib\screens\settings\settings_screen.dart:742:34 - unnecessary_null_comparison
info - Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check - lib\screens\settings\settings_screen.dart:745:48 - use_build_context_synchronously
warning - Dead code - lib\screens\settings\settings_screen.dart:750:29 - dead_code
info - Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check - lib\screens\settings\settings_screen.dart:751:58 - 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:754:56 - 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:767:21 - use_build_context_synchronously
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
warning - Dead code - lib\screens\tracker\habit_tracker_screen.dart:41:32 - dead_code
warning - The left operand can't be null, so the right operand is never executed - lib\screens\tracker\habit_tracker_screen.dart:41:35 - dead_null_aware_expression
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 - Don't invoke 'print' in production code - lib\services\notification_service.dart:12:3 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:15:5 - avoid_print
info - Use interpolation to compose strings and values - lib\services\notification_service.dart:124:16 - prefer_interpolation_to_compose_strings
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:139:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:187:14 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:191:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:195:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:197:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:203:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:205:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:227:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:305:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:321:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:343:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:347:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:353:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:378:5 - avoid_print
info - Unnecessary 'const' keyword - lib\services\notification_service.dart:445:17 - unnecessary_const
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:474:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:476:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:492:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:505:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:510:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:527:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:592:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\notification_service.dart:598:5 - 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 operand can't be 'null', so the condition is always 'false' - lib\services\report_service.dart:32:19 - unnecessary_null_comparison
warning - Dead code - lib\services\report_service.dart:32:28 - dead_code
error - The method 'getRecentProgressEntries' isn't defined for the type 'DatabaseService' - lib\services\report_service.dart:37:62 - undefined_method
info - Don't invoke 'print' in production code - lib\services\report_service.dart:86:7 - avoid_print
warning - The value of the local variable 'weightChange' isn't used - lib\services\report_service.dart:228:11 - unused_local_variable
warning - Unused import: '../models/habit_entry.dart' - lib\services\tips_service.dart:1:8 - unused_import
warning - The operand can't be 'null', so the condition is always 'true' - lib\services\tips_service.dart:22:15 - unnecessary_null_comparison
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:46: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