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

is a Flutter widget for speech-to-text in English and Arabic, supporting offline use with Vosk and Google Speech APIs.

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  speech_to_text_btn: ^0.0.5

Alternatively, your editor might support 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';
4
likes
70
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

is a Flutter widget for speech-to-text in English and Arabic, supporting offline use with Vosk and Google Speech APIs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, package_info_plus, speech_to_text, vosk_flutter

More

Packages that depend on speech_to_text_btn