felixjunghans / google_speech

Flutter google spech
MIT License
69 stars 42 forks source link

guidance #27

Closed Ashish-Raturi closed 2 years ago

Ashish-Raturi commented 2 years ago

Hey men, I want to use google speech in flutter web, for translating live speech to text. Can you tell me how can I do it?

felixjunghans commented 2 years ago

Hi. Currently google_speech does not support web. This is because grpc is not designed for flutter web. If it helps you you can use the google apis package instead, which also supports flutter web.

Ashish-Raturi commented 2 years ago

Thanks a bunch man. You're a G.