feat: Adding FlameConsole #9852
cicd.yml
on: pull_request
format
1m 41s
analyze
2m 10s
analyze-latest
2m 12s
markdown-lint
9s
dcm
2m 5s
test
7m 14s
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.
|