speech_to_text_btn 0.0.2 copy "speech_to_text_btn: ^0.0.2" to clipboard
speech_to_text_btn: ^0.0.2 copied to clipboard

is a Flutter widget that provides speech-to-text functionality for English and Arabic. It supports devices without Google Play Services using Vosk for offline recognition, and uses Google Speech APIs [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add speech_to_text_btn

With Flutter:

 $ flutter pub add speech_to_text_btn

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  speech_to_text_btn: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:speech_to_text_btn/speech_to_text_btn.dart';
5
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

is a Flutter widget that provides speech-to-text functionality for English and Arabic. It supports devices without Google Play Services using Vosk for offline recognition, and uses Google Speech APIs when available. Easily integrate voice input with customizable start and stop recording widgets.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, package_info_plus, speech_to_text, vosk_flutter

More

Packages that depend on speech_to_text_btn