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

This is an on-device "wake word" package for Flutter. A wake word is a keyword or sentance that activates your application, like "Hey Siri" or "OK Google". It also provides the ability to recognize a [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_wake_word

With Flutter:

 $ flutter pub add flutter_wake_word

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

dependencies:
  flutter_wake_word: ^0.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_wake_word/flutter_wake_word.dart';
9
likes
0
points
4.43k
downloads

Publisher

unverified uploader

Weekly Downloads

This is an on-device "wake word" package for Flutter. A wake word is a keyword or sentance that activates your application, like "Hey Siri" or "OK Google". It also provides the ability to recognize a spoken word or phrase and directly associate it with a specific action or operation within an application.

Homepage

License

unknown (license)

Dependencies

flutter, ios_microphone_permission, permission_handler, plugin_platform_interface, record

More

Packages that depend on flutter_wake_word