Skip to content

refactor: packages/alice #232

refactor: packages/alice

refactor: packages/alice #232

Triggered via pull request June 16, 2024 09:54
Status Failure
Total duration 44s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 6 warnings, and 10 notices
format
Process completed with exit code 1.
analyze
Dart Analyzer detected problems, see the logs for more information.
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, invertase/github-action-dart-analyzer@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Use 'const' with the constructor to improve performance.: packages/alice/lib/ui/page/alice_call_details_screen.dart#L50
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.: packages/alice/lib/ui/page/alice_call_details_screen.dart#L82
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.: packages/alice/lib/ui/page/alice_calls_list_screen.dart#L138
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.: packages/alice/lib/ui/page/alice_calls_list_screen.dart#L145
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.: packages/alice/lib/ui/page/alice_calls_list_screen.dart#L234
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.: packages/alice/lib/ui/page/alice_calls_list_screen.dart#L236
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.: packages/alice/lib/ui/page/alice_calls_list_screen.dart#L277
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.: packages/alice/lib/ui/page/alice_calls_list_screen.dart#L278
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' literals as arguments to constructors of '@immutable' classes.: packages/alice/lib/ui/page/alice_calls_list_screen.dart#L280
Try adding 'const' before the literal. See https://dart.dev/lints/prefer_const_literals_to_create_immutables to learn more about this problem.
Use 'const' with the constructor to improve performance.: packages/alice/lib/ui/page/alice_calls_list_screen.dart#L281
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/lints/prefer_const_constructors to learn more about this problem.