Get rid of AudioIsolate #29
analyze.yaml
on: pull_request
Analyze code and requirements
52s
Annotations
2 errors and 4 notices
Analyze code and requirements
Dart Analyzer detected problems, see the logs for more information.
|
Analyze code and requirements
Process completed with exit code 1.
|
To-do comment doesn't follow the Flutter style.:
lib/src/soloud.dart#L189
Try following the Flutter style for to-do comments.
See https://dart.dev/lints/flutter_style_todos to learn more about this problem.
|
The referenced name isn't visible in scope.:
lib/src/soloud.dart#L201
Try adding an import for the referenced name.
See https://dart.dev/lints/comment_references to learn more about this problem.
|
The line length exceeds the 80-character limit.:
lib/src/soloud.dart#L282
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
The line length exceeds the 80-character limit.:
lib/src/soloud.dart#L293
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|