Chimura

Results 8 comments of Chimura

Just try to wait some time before calling speak, and you should be good. Use Future.delayed if convenient (might take around 500ms to initialize).

Taking a deeper dive on this issue, maybe the best solution would be exposing TextToSpeech.onInit callback to flutter's level, since onMethodCall's result object must be called from the main thread...

I'm experiencing the same issue here: file name in system: **avó**.png Uses winrar to zip it and add the zipped file to my flutter project's assets Executes the following algorithm:...

Further observations: I'm using Windows (iso-8859-1 encoding) + Winrar to zip files. I've tried using package charset_converter in order to properly decode names. It's able to get some of the...

I've got the same issue when submitting an Android App to Google Play Console, pre-launch report. It tested on 3 different devices samsung SM-G981U1 Android 10 (SDK 29), google Pixel...

@dlutton Yeah, setEngine with the string for the default android tts as argument.

Isn't this solved yet?