-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_3.txt
More file actions
9 lines (7 loc) · 1.18 KB
/
analysis_3.txt
File metadata and controls
9 lines (7 loc) · 1.18 KB
1
2
3
4
5
6
7
8
Analyzing alp...
info - The private field _answers could be 'final' - lib\features\student\screens\exam_screen.dart:20:20 - prefer_final_fields
info - Statements in an if should be enclosed in a block - lib\features\student\screens\exam_screen.dart:182:25 - curly_braces_in_flow_control_structures
info - 'groupValue' is deprecated and shouldn't be used. Use a RadioGroup ancestor to manage group value instead. This feature was deprecated after v3.32.0-0.0.pre - lib\features\student\screens\exam_screen.dart:187:25 - deprecated_member_use
info - 'onChanged' is deprecated and shouldn't be used. Use RadioGroup to handle value change instead. This feature was deprecated after v3.32.0-0.0.pre - lib\features\student\screens\exam_screen.dart:188:25 - deprecated_member_use
warning - The '!' will have no effect because the receiver can't be null - lib\features\student\screens\student_class_detail_screen.dart:117:49 - unnecessary_non_null_assertion
info - Use 'const' literals as arguments to constructors of '@immutable' classes - lib\features\teacher\screens\class_detail_screen.dart:107:17 - prefer_const_literals_to_create_immutables