fix: Riverpod 3.0 in flame_riverpod #11312
Annotations
10 errors and 10 notices
|
The argument type 'dynamic' can't be assigned to the parameter type 'ComponentTreeModel'. :
packages/flame_devtools/lib/widgets/component_tree_model.dart#L21
See https://dart.dev/diagnostics/argument_type_not_assignable to learn more about this problem.
|
|
The function 'StateProvider' isn't defined.:
packages/flame_devtools/lib/widgets/component_tree_model.dart#L14
Try importing the library that defines 'StateProvider', correcting the name to the name of an existing function, or defining a function named 'StateProvider'.
See https://dart.dev/diagnostics/undefined_function to learn more about this problem.
|
|
The function 'StateProvider' isn't defined.:
packages/flame_devtools/lib/widgets/component_tree_model.dart#L7
Try importing the library that defines 'StateProvider', correcting the name to the name of an existing function, or defining a function named 'StateProvider'.
See https://dart.dev/diagnostics/undefined_function to learn more about this problem.
|
|
The argument type 'dynamic' can't be assigned to the parameter type 'int'. :
packages/flame_devtools/lib/widgets/component_tree.dart#L160
See https://dart.dev/diagnostics/argument_type_not_assignable to learn more about this problem.
|
|
Conditions must have a static type of 'bool'.:
packages/flame_devtools/lib/widgets/component_tree.dart#L156
Try changing the condition.
See https://dart.dev/diagnostics/non_bool_condition to learn more about this problem.
|
|
The argument type 'dynamic' can't be assigned to the parameter type 'int?'. :
packages/flame_devtools/lib/widgets/component_tree.dart#L148
See https://dart.dev/diagnostics/argument_type_not_assignable to learn more about this problem.
|
|
The argument type 'dynamic' can't be assigned to the parameter type 'TreeNode<Object?>'. :
packages/flame_devtools/lib/widgets/component_tree.dart#L99
See https://dart.dev/diagnostics/argument_type_not_assignable to learn more about this problem.
|
|
The getter 'id' isn't defined for the type 'Object'.:
packages/flame_devtools/lib/widgets/component_tree.dart#L91
Try importing the library that defines 'id', correcting the name to the name of an existing getter, or defining a getter or field named 'id'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
|
The getter 'name' isn't defined for the type 'Object'.:
packages/flame_devtools/lib/widgets/component_tree.dart#L90
Try importing the library that defines 'name', correcting the name to the name of an existing getter, or defining a getter or field named 'name'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
|
The getter 'id' isn't defined for the type 'Object'.:
packages/flame_devtools/lib/widgets/component_tree.dart#L86
Try importing the library that defines 'id', correcting the name to the name of an existing getter, or defining a getter or field named 'id'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
|
Method invocation or property access on a 'dynamic' target.:
packages/flame_devtools/lib/widgets/component_tree.dart#L156
Try giving the target a type.
See https://dart.dev/diagnostics/avoid_dynamic_calls to learn more about this problem.
|
|
Method invocation or property access on a 'dynamic' target.:
packages/flame_devtools/lib/widgets/component_tree.dart#L153
Try giving the target a type.
See https://dart.dev/diagnostics/avoid_dynamic_calls to learn more about this problem.
|
|
Method invocation or property access on a 'dynamic' target.:
packages/flame_devtools/lib/widgets/component_tree.dart#L153
Try giving the target a type.
See https://dart.dev/diagnostics/avoid_dynamic_calls to learn more about this problem.
|
|
Method invocation or property access on a 'dynamic' target.:
packages/flame_devtools/lib/widgets/component_tree.dart#L151
Try giving the target a type.
See https://dart.dev/diagnostics/avoid_dynamic_calls to learn more about this problem.
|
|
Method invocation or property access on a 'dynamic' target.:
packages/flame_devtools/lib/widgets/component_tree.dart#L148
Try giving the target a type.
See https://dart.dev/diagnostics/avoid_dynamic_calls to learn more about this problem.
|
|
Method invocation or property access on a 'dynamic' target.:
packages/flame_devtools/lib/widgets/component_tree.dart#L147
Try giving the target a type.
See https://dart.dev/diagnostics/avoid_dynamic_calls to learn more about this problem.
|
|
Method invocation or property access on a 'dynamic' target.:
packages/flame_devtools/lib/widgets/component_tree.dart#L114
Try giving the target a type.
See https://dart.dev/diagnostics/avoid_dynamic_calls to learn more about this problem.
|
|
Method invocation or property access on a 'dynamic' target.:
packages/flame_devtools/lib/widgets/component_tree.dart#L99
Try giving the target a type.
See https://dart.dev/diagnostics/avoid_dynamic_calls to learn more about this problem.
|
|
Method invocation or property access on a 'dynamic' target.:
packages/flame_devtools/lib/widgets/component_tree.dart#L93
Try giving the target a type.
See https://dart.dev/diagnostics/avoid_dynamic_calls to learn more about this problem.
|
|
Method invocation or property access on a 'dynamic' target.:
packages/flame_devtools/lib/widgets/component_tree.dart#L38
Try giving the target a type.
See https://dart.dev/diagnostics/avoid_dynamic_calls to learn more about this problem.
|