feat: Integration of flame_riverpod #8585
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
cicd.yml
on: pull_request
format
1m 40s
analyze
2m 3s
analyze-latest
1m 59s
markdown-lint
6s
dcm
2m 0s
test
6m 14s
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.
|