Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

feat(ui): deprecate Material 2 #403

feat(ui): deprecate Material 2

feat(ui): deprecate Material 2 #403

Triggered via push December 31, 2023 00:44
Status Success
Total duration 8m 20s
Artifacts 6

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 notices
Unnecessary use of single quotes.: 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.
The declaration '_accountManagerSubscription' isn't referenced.: 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.
Use the constant 'TextElementStyle.kMonospace' rather than a constructor returning the same object.: 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.
Missing a required trailing comma.: src/kaiteki/lib/text/parsers/social_text_parser.dart#L27
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Sort directive sections alphabetically.: src/kaiteki/lib/text/text_renderer.dart#L10
Try sorting the directives. See https://dart.dev/lints/directives_ordering to learn more about this problem.
Missing a required trailing comma.: src/kaiteki/lib/text/text_renderer.dart#L186
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Use 'const' with the constructor to improve performance.: src/kaiteki/lib/ui/account/settings_screen.dart#L120
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/lints/prefer_const_constructors to learn more about this problem.
Use 'const' with the constructor to improve performance.: src/kaiteki/lib/ui/account/settings_screen.dart#L124
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/lints/prefer_const_constructors to learn more about this problem.
Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check.: src/kaiteki/lib/ui/auth/login/dialogs/api_type_dialog.dart#L40
Guard a 'State.context' use with a 'mounted' check on the State, and other BuildContext use with a 'mounted' check on the BuildContext. See https://dart.dev/lints/use_build_context_synchronously to learn more about this problem.

Artifacts

Produced during runtime
Name Size
android Expired
44.5 MB
appimage Expired
16 MB
linux Expired
37.6 MB
moe.craftplacer.kaiteki-x86_64 Expired
11.4 MB
web Expired
38.3 MB
windows Expired
40 MB