voice_assistant 1.0.0 copy "voice_assistant: ^1.0.0" to clipboard
voice_assistant: ^1.0.0 copied to clipboard

outdated

This plugin contains a set of classes that make it easy to use the voice recognition capabilities of the underlying platform in Flutter. It supports Android, iOS. The target use cases for this library [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add voice_assistant

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

dependencies:
  voice_assistant: ^1.0.0

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:voice_assistant/voice_assistant.dart';
18
likes
0
points
22
downloads

Publisher

verified publisherdexbytes.com

Weekly Downloads

This plugin contains a set of classes that make it easy to use the voice recognition capabilities of the underlying platform in Flutter. It supports Android, iOS. The target use cases for this library are commands and short phrases, not continuous spoken conversion or always on listening.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

avatar_glow, flutter, highlight_text, shared_preferences, speech_to_text

More

Packages that depend on voice_assistant