csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
351 stars 218 forks source link

locales languages not working in android #435

Closed hisham-safade closed 7 months ago

hisham-safade commented 8 months ago

localeNames = await speech.locales(); speech.locales() return all languages in IOS, but on Android not working.

sowens-csd commented 7 months ago

Yes, there's a problem with getting supported locales for speech recognition in new versions of Android. I'm tracking that in #351