Skip to content

fix: background audio handling #4265

fix: background audio handling

fix: background audio handling #4265

Triggered via pull request September 15, 2024 07:17
@SputNikPlopSputNikPlop
synchronize #1251
audio
Status Failure
Total duration 1m 21s
Artifacts

flutter-analyze.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 5 warnings, and 1 notice
Too many positional arguments: 0 expected, but 2 found.: lib/screens/home.dart#L258
Try removing the extra positional arguments, or specifying the name for named arguments. See https://dart.dev/diagnostics/extra_positional_arguments_could_be_named to learn more about this problem.
Undefined name 'userModel'.: lib/screens/home.dart#L297
Try correcting the name to one that is defined, or defining the name. See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
Undefined name 'userModel'.: lib/screens/home.dart#L297
Try correcting the name to one that is defined, or defining the name. See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
The named parameter 'onPressed' is required, but there's no corresponding argument.: lib/screens/home.dart#L310
Try adding the required argument. See https://dart.dev/diagnostics/missing_required_argument to learn more about this problem.
analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: subosito/flutter-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
analyze
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, subosito/flutter-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
The value of the local variable 'width' isn't used.: lib/screens/home.dart#L216
Try removing the variable or using it. See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.
Dead code.: lib/screens/home.dart#L395
Try removing the code, or fixing the code before it so that it can be reached. See https://dart.dev/diagnostics/dead_code to learn more about this problem.
The label 'body' isn't used.: lib/screens/home.dart#L396
Try removing the label, or using it in either a 'break' or 'continue' statement. See https://dart.dev/diagnostics/unused_label to learn more about this problem.
Unnecessary empty statement.: lib/screens/home.dart#L546
Try removing the empty statement or restructuring the code. See https://dart.dev/diagnostics/empty_statements to learn more about this problem.