flutter_wake_word 0.0.24 copy "flutter_wake_word: ^0.0.24" to clipboard
flutter_wake_word: ^0.0.24 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 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.24

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
7.99k
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

License

unknown (license)

Dependencies

flutter, ios_microphone_permission, permission_handler, plugin_platform_interface, record

More

Packages that depend on flutter_wake_word