speech_to_text_btn 0.0.3 copy "speech_to_text_btn: ^0.0.3" to clipboard
speech_to_text_btn: ^0.0.3 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 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.3

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 for speech-to-text in English and Arabic, supporting offline use with Vosk and Google Speech APIs.

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