feat(flame_3d): Add helpful extension functions to Vector #9320
Annotations
7 errors, 1 warning, and 4 notices
Analyze with lowest supported version:
packages/flame_3d/lib/src/graphics/graphics_device.dart#L6
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.
|
Analyze with lowest supported version:
packages/flame_3d/lib/src/resources/material/material.dart#L7
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.
|
Analyze with lowest supported version:
packages/flame_3d/lib/src/resources/material/standard_material.dart#L6
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.
|
Analyze with lowest supported version:
packages/flame_3d/lib/src/resources/mesh/surface.dart#L6
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.
|
Analyze with lowest supported version:
packages/flame_3d/lib/src/resources/texture/texture.dart#L5
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.
|
Analyze with lowest supported version:
packages/flame_riverpod/lib/src/widget.dart#L235
Try implementing the missing methods, or make the class abstract.
See https://dart.dev/diagnostics/non_abstract_class_inherits_abstract_member to learn more about this problem.
|
Analyze with lowest supported version
Dart Analyzer detected problems, see the logs for more information.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, invertase/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze with lowest supported version:
packages/flame_3d/example/lib/main.dart#L3
Try removing the import directive.
See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
|
Analyze with lowest supported version:
packages/flame_3d/lib/game.dart#L1
Try adding a dependency for 'vector_math' in the 'pubspec.yaml' file.
See https://dart.dev/lints/depend_on_referenced_packages to learn more about this problem.
|
Analyze with lowest supported version:
packages/flame_3d/lib/src/components/component_3d.dart#L73
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
Analyze with lowest supported version:
packages/flame_3d/lib/src/resources/material/standard_material.dart#L47
Try removing the null check.
See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
|
Loading