google / google/googleapis.dart

Speech Api in flutter web

Open
#423 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.