Open Fareed-Ahmad7 opened 1 year ago
Issue description : Flutter Text-To-Speech doesn't stop on clicking confirm button on Android Device but it works on iOS perfectly.
platform : Android
Reason : This is due to adding "await flutterTts.awaitSpeakCompletion(true)"
If we remove this line, the Text-To-Speech doesn't work on Android Device This is an issue which is happening because of bugs in Flutter tts package.
We need a workaround solution to solve this bug.
Also, both methods "await flutterTts.stop();" and "await flutterTts.pause();" documented in Flutter tts package are not working.
Issue description : Flutter Text-To-Speech doesn't stop on clicking confirm button on Android Device but it works on iOS perfectly.
platform : Android
Reason : This is due to adding "await flutterTts.awaitSpeakCompletion(true)"
If we remove this line, the Text-To-Speech doesn't work on Android Device This is an issue which is happening because of bugs in Flutter tts package.
We need a workaround solution to solve this bug.