Skip to content

fix: Remove extra implements SizeProviders #9867

fix: Remove extra implements SizeProviders

fix: Remove extra implements SizeProviders #9867

Triggered via pull request October 28, 2024 19:47
Status Failure
Total duration 6m 31s
Artifacts

cicd.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

22 errors
The argument type '_ResizableComponent' can't be assigned to the parameter type 'Component'. : packages/flame/test/effects/size_effect_test.dart#L12
See https://dart.dev/diagnostics/argument_type_not_assignable to learn more about this problem.
The setter 'size' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L14
Try importing the library that defines 'size', correcting the name to the name of an existing setter, or defining a setter or field named 'size'. See https://dart.dev/diagnostics/undefined_setter to learn more about this problem.
The method 'add' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L15
Try correcting the name to the name of an existing method, or defining a method named 'add'. See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
The getter 'size' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L19
Try importing the library that defines 'size', correcting the name to the name of an existing getter, or defining a getter or field named 'size'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
The getter 'children' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L20
Try importing the library that defines 'children', correcting the name to the name of an existing getter, or defining a getter or field named 'children'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
The getter 'size' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L23
Try importing the library that defines 'size', correcting the name to the name of an existing getter, or defining a getter or field named 'size'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
The getter 'size' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L26
Try importing the library that defines 'size', correcting the name to the name of an existing getter, or defining a getter or field named 'size'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
The getter 'children' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L28
Try importing the library that defines 'children', correcting the name to the name of an existing getter, or defining a getter or field named 'children'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
The getter 'size' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L29
Try importing the library that defines 'size', correcting the name to the name of an existing getter, or defining a getter or field named 'size'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
The argument type '_ResizableComponent' can't be assigned to the parameter type 'Component'. : packages/flame/test/effects/size_effect_test.dart#L34
See https://dart.dev/diagnostics/argument_type_not_assignable to learn more about this problem.
The argument type '_ResizableComponent' can't be assigned to the parameter type 'Component'. : packages/flame/test/effects/size_effect_test.dart#L12
See https://dart.dev/diagnostics/argument_type_not_assignable to learn more about this problem.
The setter 'size' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L14
Try importing the library that defines 'size', correcting the name to the name of an existing setter, or defining a setter or field named 'size'. See https://dart.dev/diagnostics/undefined_setter to learn more about this problem.
The method 'add' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L15
Try correcting the name to the name of an existing method, or defining a method named 'add'. See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
The getter 'size' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L19
Try importing the library that defines 'size', correcting the name to the name of an existing getter, or defining a getter or field named 'size'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
The getter 'children' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L20
Try importing the library that defines 'children', correcting the name to the name of an existing getter, or defining a getter or field named 'children'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
The getter 'size' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L23
Try importing the library that defines 'size', correcting the name to the name of an existing getter, or defining a getter or field named 'size'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
The getter 'size' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L26
Try importing the library that defines 'size', correcting the name to the name of an existing getter, or defining a getter or field named 'size'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
The getter 'children' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L28
Try importing the library that defines 'children', correcting the name to the name of an existing getter, or defining a getter or field named 'children'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
The getter 'size' isn't defined for the type '_ResizableComponent'.: packages/flame/test/effects/size_effect_test.dart#L29
Try importing the library that defines 'size', correcting the name to the name of an existing getter, or defining a getter or field named 'size'. See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
The argument type '_ResizableComponent' can't be assigned to the parameter type 'Component'. : packages/flame/test/effects/size_effect_test.dart#L34
See https://dart.dev/diagnostics/argument_type_not_assignable to learn more about this problem.
test
1450 tests passed, 1 failed.
test
Process completed with exit code 1.