google / google/googleapis.dart
Speech Api in flutter web
Open
- Dominant language
- Dart
- Stars
- 419
- Forks
- 136
- Avg merge
- 1h 21m
- Merged PRs (30d)
- 5
Description
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())!;
Contributor guide
Assessment
This issue has not been assessed yet.