This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
chore(deps): bump the minor-dependencies group in /src/kaiteki with 2 updates #396
Annotations
2 errors, 2 warnings, and 10 notices
src/kaiteki/lib/ui/user/user_panel.dart#L54
Try importing the library that defines 'entries', correcting the name to the name of an existing getter, or defining a getter or field named 'entries'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
|
src/kaiteki/lib/ui/user/user_panel.dart#L21
Try removing the variable or using it.
See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.
|
src/kaiteki/lib/ui/user/user_panel.dart#L22
Try removing the variable or using it.
See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.
|
src/kaiteki/lib/app.dart#L71
Try using double quotes unless the string contains double quotes.
See https://dart.dev/lints/prefer_double_quotes to learn more about this problem.
|
src/kaiteki/lib/main.dart#L21
Try removing the declaration of '_accountManagerSubscription'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
src/kaiteki/lib/text/parsers/mfm_text_parser.dart#L70
Try using 'TextElementStyle.kMonospace'.
See https://dart.dev/lints/use_named_constants to learn more about this problem.
|
src/kaiteki/lib/text/parsers/social_text_parser.dart#L27
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
src/kaiteki/lib/ui/auth/login/pages/handoff_page.dart#L129
Try rewriting the code to not reference the 'BuildContext'.
See https://dart.dev/lints/use_build_context_synchronously to learn more about this problem.
|
src/kaiteki/lib/ui/auth/login/pages/handoff_page.dart#L139
Try rewriting the code to not reference the 'BuildContext'.
See https://dart.dev/lints/use_build_context_synchronously to learn more about this problem.
|
src/kaiteki/lib/ui/lists/lists_screen.dart#L126
Try removing the declaration of '_buildViewLandscape'.
See https://dart.dev/diagnostics/unused_element to learn more about this problem.
|
src/kaiteki/lib/ui/shared/common.dart#L6
Try adding a dependency for 'material_color_utilities' in the 'pubspec.yaml' file.
See https://dart.dev/lints/depend_on_referenced_packages to learn more about this problem.
|
src/kaiteki/lib/ui/shared/posts/post_widget.dart#L465
Try adding the 'const' keyword to the constructor invocation.
See https://dart.dev/lints/prefer_const_constructors to learn more about this problem.
|
src/kaiteki/lib/ui/shared/posts/post_widget.dart#L517
Try rewriting the code to not reference the 'BuildContext'.
See https://dart.dev/lints/use_build_context_synchronously to learn more about this problem.
|
The logs for this run have expired and are no longer available.
Loading