speech_recognition icon indicating copy to clipboard operation
speech_recognition copied to clipboard

Flutter web?

Open devanflores opened this issue 4 years ago • 3 comments

How do you get this to work on flutter web?

devanflores avatar Jun 04 '20 19:06 devanflores

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?

sarat12us avatar Jul 03 '20 21:07 sarat12us

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.

jgrenat avatar Sep 01 '20 09:09 jgrenat

@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

flozi00 avatar Dec 09 '20 11:12 flozi00