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

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 and iOS.

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.1

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';
16
likes
140
points
38
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 and iOS.

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

avatar_glow, flutter, highlight_text, shared_preferences, speech_to_text

More

Packages that depend on voice_assistant