Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speech Api in flutter web #423

Open
Ashish-Raturi opened this issue Jun 21, 2022 · 0 comments
Open

Speech Api in flutter web #423

Ashish-Raturi opened this issue Jun 21, 2022 · 0 comments

Comments

@Ashish-Raturi
Copy link

Ashish-Raturi commented Jun 21, 2022

Hi, I want to add Google speech to text API. In flutter web.
Live Speech to text. I'm figuring it out.
Can you help me, and

one more thing when I tried to create an HTTP client. it's returning null.

final _googleSignIn = GoogleSignIn(
scopes: [SpeechApi.cloudPlatformScope],
);

var httpClient = (await _googleSignIn.authenticatedClient())!;

@Ashish-Raturi Ashish-Raturi changed the title Speech in flutter web Speech Api in flutter web Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant