speech_recognition
speech_recognition copied to clipboard
Flutter web?
How do you get this to work on flutter web?
I am looking for the same How do you get this to work on flutter web? is there any equal lent that works on web app?
The browsers API is not yet well supported (see https://caniuse.com/#feat=speech-recognition).
I guess it would be preferable to use an external speech to text service for now if you want to use it for all your web users and wait for a broader adoption in browsers.
@rxlabz would be very cool to have it here The workaround with js in dart is pretty uncool, would be nice if it's in this library