feat(flame_3d): Make shader api more useful #9408
Annotations
9 errors, 1 warning, and 7 notices
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.
|
packages/flame_3d/lib/src/resources/material/material.dart#L3
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.
|
packages/flame_3d/lib/src/resources/material/spatial_material.dart#L8
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.
|
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.
|
packages/flame_3d/lib/src/resources/shader/shader.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.
|
packages/flame_3d/lib/src/resources/shader/uniform_slot.dart#L2
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.
|
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.
|
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.
|
|
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/.
|
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.
|
packages/flame_3d/lib/src/resources/material/spatial_material.dart#L20
Try removing the null check.
See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
|
packages/flame_3d/lib/src/resources/material/spatial_material.dart#L26
Try removing the null check.
See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
|
packages/flame_3d/lib/src/resources/material/spatial_material.dart#L91
Try removing the null check.
See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
|
packages/flame_3d/lib/src/resources/mesh/vertex.dart#L28
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
packages/flame_3d/lib/src/resources/shader/uniform_sampler.dart#L13
Try removing the null check.
See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
|
packages/flame_3d/lib/src/resources/shader/uniform_value.dart#L60
Try removing the null check.
See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
|
This job failed
Loading