Skip to content

Get rid of AudioIsolate #28

Get rid of AudioIsolate

Get rid of AudioIsolate #28

Triggered via pull request June 2, 2024 19:23
Status Failure
Total duration 1m 7s
Artifacts

analyze.yaml

on: pull_request
Analyze code and requirements
58s
Analyze code and requirements
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 notices
This expression has a type of 'void' so its value can't be used.: lib/src/audio_isolate.dart#L126
Try checking to see if you're using the correct API; there might be a function or call that returns void you didn't expect. Also check type parameters and variables which might also be void. See https://dart.dev/diagnostics/use_of_void_result to learn more about this problem.
This expression has a type of 'void' so its value can't be used.: lib/src/audio_isolate.dart#L127
Try checking to see if you're using the correct API; there might be a function or call that returns void you didn't expect. Also check type parameters and variables which might also be void. See https://dart.dev/diagnostics/use_of_void_result to learn more about this problem.
This expression has a type of 'void' so its value can't be used.: lib/src/audio_isolate.dart#L129
Try checking to see if you're using the correct API; there might be a function or call that returns void you didn't expect. Also check type parameters and variables which might also be void. See https://dart.dev/diagnostics/use_of_void_result to learn more about this problem.
This expression has a type of 'void' so its value can't be used.: lib/src/audio_isolate.dart#L134
Try checking to see if you're using the correct API; there might be a function or call that returns void you didn't expect. Also check type parameters and variables which might also be void. See https://dart.dev/diagnostics/use_of_void_result to learn more about this problem.
This expression has a type of 'void' so its value can't be used.: lib/src/audio_isolate.dart#L137
Try checking to see if you're using the correct API; there might be a function or call that returns void you didn't expect. Also check type parameters and variables which might also be void. See https://dart.dev/diagnostics/use_of_void_result to learn more about this problem.
This expression has a type of 'void' so its value can't be used.: lib/src/audio_isolate.dart#L145
Try checking to see if you're using the correct API; there might be a function or call that returns void you didn't expect. Also check type parameters and variables which might also be void. See https://dart.dev/diagnostics/use_of_void_result to learn more about this problem.
Analyze code and requirements
Dart Analyzer detected problems, see the logs for more information.
Analyze code and requirements
Process completed with exit code 1.
Missing documentation for a public member.: lib/src/bindings_player_ffi.dart#L16
Try adding documentation for the member. See https://dart.dev/lints/public_member_api_docs to learn more about this problem.
The type name 'dartVoiceEndedCallback_t' isn't an UpperCamelCase identifier.: lib/src/bindings_player_ffi.dart#L16
Try changing the name to follow the UpperCamelCase style. See https://dart.dev/lints/camel_case_types to learn more about this problem.
Missing documentation for a public member.: lib/src/bindings_player_ffi.dart#L18
Try adding documentation for the member. See https://dart.dev/lints/public_member_api_docs to learn more about this problem.
The type name 'dartVoiceEndedCallback_tFunction' isn't an UpperCamelCase identifier.: lib/src/bindings_player_ffi.dart#L18
Try changing the name to follow the UpperCamelCase style. See https://dart.dev/lints/camel_case_types to learn more about this problem.
Missing documentation for a public member.: lib/src/bindings_player_ffi.dart#L20
Try adding documentation for the member. See https://dart.dev/lints/public_member_api_docs to learn more about this problem.
The type name 'DartdartVoiceEndedCallback_tFunction' isn't an UpperCamelCase identifier.: lib/src/bindings_player_ffi.dart#L20
Try changing the name to follow the UpperCamelCase style. See https://dart.dev/lints/camel_case_types to learn more about this problem.
Missing documentation for a public member.: lib/src/bindings_player_ffi.dart#L22
Try adding documentation for the member. See https://dart.dev/lints/public_member_api_docs to learn more about this problem.
The type name 'dartFileLoadedCallback_t' isn't an UpperCamelCase identifier.: lib/src/bindings_player_ffi.dart#L22
Try changing the name to follow the UpperCamelCase style. See https://dart.dev/lints/camel_case_types to learn more about this problem.
Missing documentation for a public member.: lib/src/bindings_player_ffi.dart#L24
Try adding documentation for the member. See https://dart.dev/lints/public_member_api_docs to learn more about this problem.
The type name 'dartFileLoadedCallback_tFunction' isn't an UpperCamelCase identifier.: lib/src/bindings_player_ffi.dart#L24
Try changing the name to follow the UpperCamelCase style. See https://dart.dev/lints/camel_case_types to learn more about this problem.