fix: alogn word validation with original wordle #62
Annotations
2 errors, 1 warning, and 10 notices
apps/rewordle/lib/main.dart#L46
Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'backgroundColor'.
See https://dart.dev/diagnostics/undefined_named_parameter to learn more about this problem.
|
|
apps/rewordle/lib/persistence.dart#L43
Try removing the variable or using it.
See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.
|
apps/rewordle/lib/main.dart#L9
Try replacing 'final' with 'const'.
See https://dart.dev/diagnostics/prefer_const_declarations to learn more about this problem.
|
apps/rewordle/lib/main.dart#L10
Try replacing 'final' with 'const'.
See https://dart.dev/diagnostics/prefer_const_declarations to learn more about this problem.
|
apps/rewordle/lib/main.dart#L11
Try replacing 'final' with 'const'.
See https://dart.dev/diagnostics/prefer_const_declarations to learn more about this problem.
|
apps/rewordle/lib/main.dart#L12
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
apps/rewordle/lib/main.dart#L13
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
apps/rewordle/lib/main.dart#L14
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
apps/rewordle/lib/main.dart#L17
Try adding a named parameter to the constructor.
See https://dart.dev/diagnostics/use_key_in_widget_constructors to learn more about this problem.
|
apps/rewordle/lib/main.dart#L61
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
apps/rewordle/lib/main.dart#L119
Try wrapping the statement in a block.
See https://dart.dev/diagnostics/curly_braces_in_flow_control_structures to learn more about this problem.
|
apps/rewordle/lib/main.dart#L124
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
|
This job failed
Loading