feat(audio): Set audio context AudioContextConfigFocus.mixWithOthers by default #10210
cicd.yml
on: pull_request
format
1m 18s
analyze
1m 29s
analyze-latest
1m 31s
markdown-lint
15s
dcm
1m 34s
test
7m 24s
Annotations
2 errors and 2 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
|
analyze-latest
Dart Analyzer detected problems, see the logs for more information.
|
An 'async' function should have a 'Future' return type when it doesn't return a value.:
packages/flame_audio/example/lib/main.dart#L42
Try changing the return type.
See https://dart.dev/lints/avoid_void_async to learn more about this problem.
|
An 'async' function should have a 'Future' return type when it doesn't return a value.:
packages/flame_audio/example/lib/main.dart#L42
Try changing the return type.
See https://dart.dev/lints/avoid_void_async to learn more about this problem.
|