livespeechtotext 1.0.9 copy "livespeechtotext: ^1.0.9" to clipboard
livespeechtotext: ^1.0.9 copied to clipboard

Effortlessly add speech-to-text to your Flutter apps, enabling voice-controlled features. Transcribe spoken words into text easier with this plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add livespeechtotext
copied to clipboard

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

dependencies:
  livespeechtotext: ^1.0.9
copied to clipboard

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:livespeechtotext/livespeechtotext.dart';
copied to clipboard
28
likes
160
points
293
downloads

Publisher

verified publisherihsanberahim.com

Weekly Downloads

2024.09.23 - 2025.04.07

Effortlessly add speech-to-text to your Flutter apps, enabling voice-controlled features. Transcribe spoken words into text easier with this plugin.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on livespeechtotext