Skip to content

feat: Integration of flame_riverpod #8585

feat: Integration of flame_riverpod

feat: Integration of flame_riverpod #8585

Triggered via pull request November 30, 2023 03:20
@markvideonmarkvideon
synchronize #2367
main
Status Failure
Total duration 6m 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cicd.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 12 notices
analyze-latest
Dart Analyzer detected problems, see the logs for more information.
analyze
Dart Analyzer detected problems, see the logs for more information.
test
0 tests passed, 1 failed.
test
Process completed with exit code 1.
The method is used to change a property.: packages/flame_riverpod/example/lib/main.dart#L23
Try converting the method to a setter. See https://dart.dev/lints/use_setters_to_change_properties to learn more about this problem.
Use 'const' with the constructor to improve performance.: packages/flame_riverpod/example/lib/main.dart#L37
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/flame_riverpod/example/lib/main.dart#L39
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/lints/prefer_const_constructors to learn more about this problem.
Missing a required trailing comma.: packages/flame_riverpod/example/lib/main.dart#L48
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/flame_riverpod/example/lib/main.dart#L75
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Required named parameters should be before optional named parameters.: packages/flame_riverpod/example/lib/main.dart#L101
Try moving the required named parameter to be before any optional named parameters. See https://dart.dev/lints/always_put_required_named_parameters_first to learn more about this problem.
The method is used to change a property.: packages/flame_riverpod/example/lib/main.dart#L23
Try converting the method to a setter. See https://dart.dev/lints/use_setters_to_change_properties to learn more about this problem.
Use 'const' with the constructor to improve performance.: packages/flame_riverpod/example/lib/main.dart#L37
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/flame_riverpod/example/lib/main.dart#L39
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/lints/prefer_const_constructors to learn more about this problem.
Missing a required trailing comma.: packages/flame_riverpod/example/lib/main.dart#L48
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Missing a required trailing comma.: packages/flame_riverpod/example/lib/main.dart#L75
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
Required named parameters should be before optional named parameters.: packages/flame_riverpod/example/lib/main.dart#L101
Try moving the required named parameter to be before any optional named parameters. See https://dart.dev/lints/always_put_required_named_parameters_first to learn more about this problem.