Huge cleanup #373
Annotations
2 errors and 10 notices
The function 'initializeDependencies' isn't defined.:
integration_test/app_test.dart#L11
Try importing the library that defines 'initializeDependencies', correcting the name to the name of an existing function, or defining a function named 'initializeDependencies'.
See https://dart.dev/diagnostics/undefined_function to learn more about this problem.
|
analyze
Dart Analyzer detected problems, see the logs for more information.
|
The line length exceeds the 80-character limit.:
lib/main.dart#L40
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
Unnecessary duplication of receiver.:
lib/src/bindings/home_bindings.dart#L83
Try using a cascade to avoid the duplication.
See https://dart.dev/lints/cascade_invocations to learn more about this problem.
|
Unnecessary duplication of receiver.:
lib/src/bindings/home_bindings.dart#L91
Try using a cascade to avoid the duplication.
See https://dart.dev/lints/cascade_invocations to learn more about this problem.
|
Unnecessary duplication of receiver.:
lib/src/bindings/home_bindings.dart#L113
Try using a cascade to avoid the duplication.
See https://dart.dev/lints/cascade_invocations to learn more about this problem.
|
Unnecessary duplication of receiver.:
lib/src/bindings/home_bindings.dart#L123
Try using a cascade to avoid the duplication.
See https://dart.dev/lints/cascade_invocations to learn more about this problem.
|
Unnecessary duplication of receiver.:
lib/src/bindings/home_bindings.dart#L129
Try using a cascade to avoid the duplication.
See https://dart.dev/lints/cascade_invocations to learn more about this problem.
|
Unnecessary duplication of receiver.:
lib/src/core/resources/app_translations.dart#L20
Try using a cascade to avoid the duplication.
See https://dart.dev/lints/cascade_invocations to learn more about this problem.
|
Missing type annotation on a public API.:
lib/src/core/services/realtime_irl.dart#L31
Try adding a type annotation.
See https://dart.dev/lints/type_annotate_public_apis to learn more about this problem.
|
The line length exceeds the 80-character limit.:
lib/src/core/services/realtime_irl.dart#L40
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
The line length exceeds the 80-character limit.:
lib/src/core/services/settings_service.dart#L24
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|