voice_command_manager 0.0.4 copy "voice_command_manager: ^0.0.4" to clipboard
voice_command_manager: ^0.0.4 copied to clipboard

A lightweight and powerful Flutter package to easily map spoken keywords to app actions. Perfect for adding hands-free navigation and voice-controlled features.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add voice_command_manager

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

dependencies:
  voice_command_manager: ^0.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:voice_command_manager/voice_command_manager.dart';
3
likes
160
points
157
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight and powerful Flutter package to easily map spoken keywords to app actions. Perfect for adding hands-free navigation and voice-controlled features.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, speech_to_text

More

Packages that depend on voice_command_manager