Make filters easier to use and pitchshift filter #65
analyze.yaml
on: pull_request
Analyze code and requirements
55s
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.
|
'getFilterParamNames' is deprecated and shouldn't be used. Please, to manage global filters use SoLoud.filters instead.:
lib/src/audio_source.dart#L237
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
|
'getFilterParamNames' is deprecated and shouldn't be used. Please, to manage global filters use SoLoud.filters instead.:
lib/src/audio_source.dart#L263
Try replacing the use of the deprecated member with the replacement.
See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
|
Missing a required trailing comma.:
lib/src/bindings/bindings_player.dart#L672
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
lib/src/bindings/bindings_player.dart#L682
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|