-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalyze.txt
More file actions
12 lines (10 loc) · 1.69 KB
/
analyze.txt
File metadata and controls
12 lines (10 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
Analyzing lib...
error - theme\app_theme.dart:37:18 - The argument type 'CardTheme' can't be assigned to the parameter type 'CardThemeData?'. - argument_type_not_assignable
error - theme\app_theme.dart:58:20 - The argument type 'DialogTheme' can't be assigned to the parameter type 'DialogThemeData?'. - argument_type_not_assignable
error - theme\app_theme.dart:106:18 - The argument type 'CardTheme' can't be assigned to the parameter type 'CardThemeData?'. - argument_type_not_assignable
error - theme\app_theme.dart:127:20 - The argument type 'DialogTheme' can't be assigned to the parameter type 'DialogThemeData?'. - argument_type_not_assignable
info - screens\game_setup_screen.dart:260:13 - 'value' is deprecated and shouldn't be used. Use initialValue instead. This will set the initial value for the form field. This feature was deprecated after v3.33.0-1.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - screens\game_summary_screen.dart:309:10 - The variable name '_ComparisonRow' isn't a lowerCamelCase identifier. Try changing the name to follow the lowerCamelCase style. - non_constant_identifier_names
info - screens\teams_screen.dart:132:60 - 'value' is deprecated and shouldn't be used. Use component accessors like .r or .g, or toARGB32 for an explicit conversion. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - screens\teams_screen.dart:132:71 - 'value' is deprecated and shouldn't be used. Use component accessors like .r or .g, or toARGB32 for an explicit conversion. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
8 issues found.