feat: Fragment shaders pipelines and Camera based post processing #9992
cicd.yml
on: pull_request
format
1m 38s
analyze
2m 11s
analyze-latest
2m 9s
markdown-lint
6s
dcm
1m 59s
test
6m 37s
Annotations
4 errors, 6 warnings, and 4 notices
markdown-lint
Process completed with exit code 1.
|
format
Process completed with exit code 1.
|
analyze-latest
Dart Analyzer detected problems, see the logs for more information.
|
analyze
Dart Analyzer detected problems, see the logs for more information.
|
markdown-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
dcm
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
analyze-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.:
examples/games/crystal_ball/lib/main.dart#L3
Try removing the import directive.
See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
|
To-do comment doesn't follow the Flutter style.:
packages/flame/lib/src/shader_pipeline/shader_pipeline.dart#L38
Try following the Flutter style for to-do comments.
See https://dart.dev/lints/flutter_style_todos to learn more about this problem.
|
The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.:
examples/games/crystal_ball/lib/main.dart#L3
Try removing the import directive.
See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
|
To-do comment doesn't follow the Flutter style.:
packages/flame/lib/src/shader_pipeline/shader_pipeline.dart#L38
Try following the Flutter style for to-do comments.
See https://dart.dev/lints/flutter_style_todos to learn more about this problem.
|