feat: Integration of flame_riverpod #8585
Annotations
1 error and 6 notices
|
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.
|
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.
|
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.
|
packages/flame_riverpod/example/lib/main.dart#L48
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
packages/flame_riverpod/example/lib/main.dart#L75
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
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 logs for this run have expired and are no longer available.
Loading