manual_speech_to_text 1.0.4 copy "manual_speech_to_text: ^1.0.4" to clipboard
manual_speech_to_text: ^1.0.4 copied to clipboard

A Flutter package that provides manual control over speech-to-text functionality, allowing continuous listening with custom start, pause, resume, and stop callbacks without automatic pauses during spe [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add manual_speech_to_text

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

dependencies:
  manual_speech_to_text: ^1.0.4

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:manual_speech_to_text/manual_speech_to_text.dart';
27
likes
140
points
365
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides manual control over speech-to-text functionality, allowing continuous listening with custom start, pause, resume, and stop callbacks without automatic pauses during speech breaks.

Repository (GitHub)
View/report issues

Topics

#speech-to-text #flutter #voice-recognition #text-processing #audio

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, permission_handler, speech_to_text

More

Packages that depend on manual_speech_to_text