Skip to content

feat: Adding FlameConsole #9852

feat: Adding FlameConsole

feat: Adding FlameConsole #9852

Triggered via pull request October 23, 2024 14:37
Status Failure
Total duration 7m 28s
Artifacts

cicd.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 notices
Target of URI doesn't exist: 'package:example/game.dart'.: packages/flame_console/example/lib/main.dart#L1
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Undefined class 'MyGame'.: packages/flame_console/example/lib/main.dart#L18
Try changing the name to the name of an existing class, or creating a class with the name 'MyGame'. See https://dart.dev/diagnostics/undefined_class to learn more about this problem.
The method 'MyGame' isn't defined for the type '_MyGameAppState'.: packages/flame_console/example/lib/main.dart#L24
Try correcting the name to the name of an existing method, or defining a method named 'MyGame'. See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
Undefined class 'MyGame'.: packages/flame_console/example/lib/main.dart#L33
Try changing the name to the name of an existing class, or creating a class with the name 'MyGame'. See https://dart.dev/diagnostics/undefined_class to learn more about this problem.
analyze
Dart Analyzer detected problems, see the logs for more information.
Target of URI doesn't exist: 'package:example/game.dart'.: packages/flame_console/example/lib/main.dart#L1
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Undefined class 'MyGame'.: packages/flame_console/example/lib/main.dart#L18
Try changing the name to the name of an existing class, or creating a class with the name 'MyGame'. See https://dart.dev/diagnostics/undefined_class to learn more about this problem.
The method 'MyGame' isn't defined for the type '_MyGameAppState'.: packages/flame_console/example/lib/main.dart#L24
Try correcting the name to the name of an existing method, or defining a method named 'MyGame'. See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
Undefined class 'MyGame'.: packages/flame_console/example/lib/main.dart#L33
Try changing the name to the name of an existing class, or creating a class with the name 'MyGame'. See https://dart.dev/diagnostics/undefined_class to learn more about this problem.
analyze-latest
Dart Analyzer detected problems, see the logs for more information.
The imported package 'example' isn't a dependency of the importing package.: packages/flame_console/example/lib/main.dart#L1
Try adding a dependency for 'example' in the 'pubspec.yaml' file. See https://dart.dev/lints/depend_on_referenced_packages to learn more about this problem.
The imported package 'example' isn't a dependency of the importing package.: packages/flame_console/example/lib/main.dart#L1
Try adding a dependency for 'example' in the 'pubspec.yaml' file. See https://dart.dev/diagnostics/depend_on_referenced_packages to learn more about this problem.