This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
fix(parser): return after yield on render node override #398
ci.yml
on: push
Test
1m 38s
Build for Android
6m 13s
Build for Windows
6m 9s
Build for Web
1m 42s
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.
|
Missing a required trailing comma.:
src/kaiteki/lib/text/text_renderer.dart#L188
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Don't use 'BuildContext's across async gaps.:
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.
|
Don't use 'BuildContext's across async gaps.:
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.
|
The declaration '_buildViewLandscape' isn't referenced.:
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.
|
The imported package 'material_color_utilities' isn't a dependency of the importing package.:
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.
|
Missing a required trailing comma.:
src/kaiteki/lib/ui/shared/posts/avatar_widget.dart#L87
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
android
Expired
|
41.9 MB |
|
appimage
Expired
|
15.9 MB |
|
linux
Expired
|
37.7 MB |
|
moe.craftplacer.kaiteki-x86_64
Expired
|
11.3 MB |
|
web
Expired
|
34.2 MB |
|
windows
Expired
|
40 MB |
|