flutter_tts
flutter_tts copied to clipboard
completionHandler not called when a talkback event occurs while synthesize to file is processing
🐛 Bug Report
Expected behavior
Reproduction steps
Configuration
Version: 0.1.x
Platform:
- [ ] :iphone: iOS
- [ ] :robot: Android
I show a loading dialog when I call synthesize to file and closing the dialog when the completionHandler callback is called. But when the loading dialog is shown if I tap on the screen with talkback enabled then the completionHandler is not called at all.
I think the talkback event interrupts the synthesizeToFile and stops the synthesis. Is there a way to overcome this?
can you provide an example or snippet showing your what you're code is doing? Is this occurring on iOS, Android, or both?