flutter_wake_word 0.0.5 copy "flutter_wake_word: ^0.0.5" to clipboard
flutter_wake_word: ^0.0.5 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

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  flutter_wake_word: ^0.0.5

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:flutter_wake_word/flutter_wake_word.dart';
7
likes
130
points
140
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

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, ios_microphone_permission, permission_handler, plugin_platform_interface, record

More

Packages that depend on flutter_wake_word