Fareed-Ahmad7 / Ginee-Ride

Integration of Text-To-Speech functionality in Ginee ride details app
0 stars 0 forks source link

Flutter Text-To-Speech doesn't stop on clicking confirm #2

Open Fareed-Ahmad7 opened 1 year ago

Fareed-Ahmad7 commented 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.

Fareed-Ahmad7 commented 1 year ago

Also, both methods "await flutterTts.stop();" and "await flutterTts.pause();" documented in Flutter tts package are not working.