Skip to content

Huge cleanup

Huge cleanup #372

Triggered via pull request November 21, 2024 14:09
@LezdCSLezdCS
synchronize #300
develop
Status Success
Total duration 1m 25s
Artifacts

flutter-analyze.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 notices
The line length exceeds the 80-character limit.: lib/main.dart#L94
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
Classes should define instance members.: lib/routes/app_pages.dart#L10
Try adding instance behavior or moving the members out of the class. See https://dart.dev/lints/avoid_classes_with_only_static_members 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.