Skip to content

feat: Add CylinderMesh [flame_3d] #9584

feat: Add CylinderMesh [flame_3d]

feat: Add CylinderMesh [flame_3d] #9584

Triggered via pull request July 28, 2024 16:02
@luanpotterluanpotter
synchronize #3239
luan.f2
Status Failure
Total duration 6m 29s
Artifacts

cicd.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

18 errors, 6 warnings, and 10 notices
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: 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.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: 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.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: packages/flame_3d/lib/src/resources/material/spatial_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.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: 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.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: 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.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: 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.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: 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-latest
Dart Analyzer detected problems, see the logs for more information.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: 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.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: 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.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: packages/flame_3d/lib/src/resources/material/spatial_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.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: 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.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: 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.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: 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.
Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.: 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
Dart Analyzer detected problems, see the logs for more information.
test
0 tests passed, 3 failed.
test
Process completed with exit code 1.
Unnecessary use of a null check ('!').: packages/flame_3d/lib/src/resources/material/spatial_material.dart#L18
Try removing the null check. See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
Unnecessary use of a null check ('!').: packages/flame_3d/lib/src/resources/material/spatial_material.dart#L24
Try removing the null check. See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
Unnecessary use of a null check ('!').: packages/flame_3d/lib/src/resources/material/spatial_material.dart#L100
Try removing the null check. See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
Unnecessary use of a null check ('!').: 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.
Unnecessary use of a null check ('!').: 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.
Unnecessary use of a null check ('!').: packages/flame_3d/lib/src/resources/material/spatial_material.dart#L18
Try removing the null check. See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
Unnecessary use of a null check ('!').: packages/flame_3d/lib/src/resources/material/spatial_material.dart#L24
Try removing the null check. See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
Unnecessary use of a null check ('!').: packages/flame_3d/lib/src/resources/material/spatial_material.dart#L100
Try removing the null check. See https://dart.dev/lints/unnecessary_null_checks to learn more about this problem.
Unnecessary use of a null check ('!').: 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.
Unnecessary use of a null check ('!').: 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.
markdown-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
format
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
dcm
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
analyze-latest
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, invertase/github-action-dart-analyzer@v2.0.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
analyze
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, invertase/github-action-dart-analyzer@v2.0.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/