Get rid of AudioIsolate #39
analyze.yaml
on: pull_request
Analyze code and requirements
51s
Annotations
2 errors and 8 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.
|
The line length exceeds the 80-character limit.:
lib/src/bindings_player_ffi.dart#L4
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
To-do comment doesn't follow the Flutter style.:
lib/src/soloud.dart#L80
Try following the Flutter style for to-do comments.
See https://dart.dev/lints/flutter_style_todos to learn more about this problem.
|
The private field _isInitialized could be 'final'.:
lib/src/soloud.dart#L81
Try making the field 'final'.
See https://dart.dev/lints/prefer_final_fields to learn more about this problem.
|
To-do comment doesn't follow the Flutter style.:
lib/src/soloud.dart#L102
Try following the Flutter style for to-do comments.
See https://dart.dev/lints/flutter_style_todos to learn more about this problem.
|
To-do comment doesn't follow the Flutter style.:
lib/src/soloud.dart#L104
Try following the Flutter style for to-do comments.
See https://dart.dev/lints/flutter_style_todos to learn more about this problem.
|
To-do comment doesn't follow the Flutter style.:
lib/src/soloud.dart#L111
Try following the Flutter style for to-do comments.
See https://dart.dev/lints/flutter_style_todos to learn more about this problem.
|
To-do comment doesn't follow the Flutter style.:
lib/src/soloud.dart#L156
Try following the Flutter style for to-do comments.
See https://dart.dev/lints/flutter_style_todos to learn more about this problem.
|
To-do comment doesn't follow the Flutter style.:
lib/src/soloud.dart#L284
Try following the Flutter style for to-do comments.
See https://dart.dev/lints/flutter_style_todos to learn more about this problem.
|