dlutton / flutter_tts

Flutter Text to Speech package
MIT License
602 stars 250 forks source link

await FlutterTts.getEngines/getLanguages never return if there is no TTS in my android phone #266

Open FinnHo1984 opened 3 years ago

FinnHo1984 commented 3 years ago

Is there a function to check TTS engine exists?

dlutton commented 3 years ago

@FinnHo1984 you call getEngines() on Android if that's what you need.

bblue000 commented 2 years ago

I have same issue... I think he meant, user can getEngines() ignore isTtsInitialized 's value.

dlutton commented 2 years ago

@bblue000 that makes sense, I'll see if I can integrate a work around for this situation.