Skip to content

feat: Add support to multiple lights using the uniform array [flame3d][WIP] #9724

feat: Add support to multiple lights using the uniform array [flame3d][WIP]

feat: Add support to multiple lights using the uniform array [flame3d][WIP] #9724

Triggered via pull request September 13, 2024 19:46
Status Failure
Total duration 7m 41s
Artifacts

cicd.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 1 warning, and 4 notices
format
Process completed with exit code 1.
analyze
Dart Analyzer detected problems, see the logs for more information.
Unused import: 'package:example/rotating_light.dart'.: packages/flame_3d/example/lib/main.dart#L7
Try removing the import directive. See https://dart.dev/diagnostics/unused_import to learn more about this problem.
Don't invoke 'print' in production code.: packages/flame_3d/lib/src/graphics/graphics_device.dart#L154
Try using a logging framework. See https://dart.dev/diagnostics/avoid_print to learn more about this problem.
The line length exceeds the 80-character limit.: packages/flame_3d/lib/src/graphics/graphics_device.dart#L154
Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
Don't invoke 'print' in production code.: packages/flame_3d/lib/src/resources/shader/uniform_array.dart#L40
Try using a logging framework. See https://dart.dev/diagnostics/avoid_print to learn more about this problem.
Don't invoke 'print' in production code.: packages/flame_3d/lib/src/resources/shader/uniform_array.dart#L58
Try using a logging framework. See https://dart.dev/diagnostics/avoid_print to learn more about this problem.