davebound
davebound
Seems not: setRate() is present in WrappedMediaPlayer (https://github.com/luanpotter/audioplayers/blob/f508de034fed81d0d74482926df7c8720122250d/android/src/main/java/xyz/luan/audioplayers/WrappedMediaPlayer.java#L104) but there is no setPitch(), although it should be fairly easy to add that (for Android - don't know about iOS)
Need the same
Same issue for me
On 3.2.4 I tried commenting out my workaround, and the problem did not resurface. I downgraded to 3.2.1 and still didn't resurface. So, it looks promising that it has been...
Cause is this breaking change in flutter sdk: https://docs.flutter.dev/release/breaking-changes/scribble-text-input-client Fix would be to add these methods to class ChipsInputState in chips_input.dart: ``` @override void showToolbar() {} @override void insertTextPlaceholder(Size size)...