analyzer #4
analyze.yaml
on: push
Analyze code and requirements
1m 4s
Annotations
2 errors and 10 notices
Analyze code and requirements
Process completed with exit code 1.
|
Analyze code and requirements
Process completed with exit code 1.
|
The method is used to change a property.:
lib/src/dashboard.dart#L132
Try converting the method to a setter.
See https://dart.dev/lints/use_setters_to_change_properties to learn more about this problem.
|
The method is used to change a property.:
lib/src/dashboard.dart#L482
Try converting the method to a setter.
See https://dart.dev/lints/use_setters_to_change_properties to learn more about this problem.
|
The method is used to change a property.:
lib/src/dashboard.dart#L490
Try converting the method to a setter.
See https://dart.dev/lints/use_setters_to_change_properties to learn more about this problem.
|
The referenced name isn't visible in scope.:
lib/src/elements/flow_element.dart#L60
Try adding an import for the referenced name.
See https://dart.dev/lints/comment_references to learn more about this problem.
|
The method is used to change a property.:
lib/src/elements/flow_element.dart#L220
Try converting the method to a setter.
See https://dart.dev/lints/use_setters_to_change_properties to learn more about this problem.
|
The method '==' should not be overridden in classes not annotated with '@immutable'.:
lib/src/elements/flow_element.dart#L293
Try removing the override or annotating the class with '@immutable'.
See https://dart.dev/lints/avoid_equals_and_hash_code_on_mutable_classes to learn more about this problem.
|
The method 'hashCode' should not be overridden in classes not annotated with '@immutable'.:
lib/src/elements/flow_element.dart#L300
Try removing the override or annotating the class with '@immutable'.
See https://dart.dev/lints/avoid_equals_and_hash_code_on_mutable_classes to learn more about this problem.
|
The value of the argument is redundant because it matches the default value.:
lib/src/ui/element_widget.dart#L145
Try removing the argument.
See https://dart.dev/lints/avoid_redundant_argument_values to learn more about this problem.
|
The value of the argument is redundant because it matches the default value.:
lib/src/ui/element_widget.dart#L169
Try removing the argument.
See https://dart.dev/lints/avoid_redundant_argument_values to learn more about this problem.
|
Missing documentation for a public member.:
lib/src/ui/grid_background.dart#L114
Try adding documentation for the member.
See https://dart.dev/lints/public_member_api_docs to learn more about this problem.
|