speech_to_text_google_dialog 0.0.6 copy "speech_to_text_google_dialog: ^0.0.6" to clipboard
speech_to_text_google_dialog: ^0.0.6 copied to clipboard

PlatformAndroid

This package is implemented to display the Google speech to text dialog.

Speech To Text Google #

This package is implemented to display the Google speech to text dialog. There is no need to get any permission from the user for this. This package is currently available on Android.

DemoAndroid

Usage #

Example #

This example shows how to display a google speech to text dialog and get the result.

bool isServiceAvailable = await SpeechToTextGoogle.getInstance()
                    .showGoogleDialog(onTextReceived: (data) {
                },
                  // locale: "en-US",
);
21
likes
160
pub points
82%
popularity

Publisher

unverified uploader

This package is implemented to display the Google speech to text dialog.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on speech_to_text_google_dialog