bcaspe
bcaspe
added a clearVoice method to set any selected voice back to the default voice. Just a simple change to set the voice to nil in ios and set the voice...
## 🚀 Feature Requests After setting the voice to a different value than the default, I would like to be able to clear the selected voice. I belive that simply...
## 🐛 Bug Report On iOS, calling setVoice then synthesizeToFile causes the iOS emulator to crash (haven't yet tested on a real iOS device). I created a very simple app...
## Flutter Sound Version : 9.4.11 Full ├── flutter_sound 9.4.11 │ ├── flutter_sound_platform_interface 9.4.11 │ ├── flutter_sound_web 9.4.11 │ │ ├── flutter_sound_platform_interface... ---------------------------------------------------------- ## Severity It does not crash the...
I have added a VoidCallback? onStart method to the Onboarding class. This is called by the stepper to call in the startStepper method. I also added a VoidCallback? onShowStep to...
I'm trying to call a method for each step that is shown and the onChanged method is only called from _nextStep, not startStepper. Is it possible to either call onChanged...