fix: Remove extra implements SizeProvider
s
#9867
cicd.yml
on: pull_request
format
1m 44s
analyze
2m 9s
analyze-latest
2m 6s
markdown-lint
9s
dcm
1m 57s
test
6m 22s
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.
|