Huge cleanup #372
Annotations
10 notices
Run dart analyze:
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.
|
Run dart analyze:
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.
|
Run dart analyze:
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.
|
Run dart analyze:
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.
|
Run dart analyze:
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.
|
Run dart analyze:
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.
|
Run dart analyze:
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.
|
Run dart analyze:
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.
|
Run dart analyze:
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.
|
Run dart analyze:
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.
|
Loading