detect_clap_sound_flutter 1.1.2 copy "detect_clap_sound_flutter: ^1.1.2" to clipboard
detect_clap_sound_flutter: ^1.1.2 copied to clipboard

PlatformAndroid

A library for detecting types of sounds during audio recording (e.g., clapping, whistling, etc.)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add detect_clap_sound_flutter

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

dependencies:
  detect_clap_sound_flutter: ^1.1.2

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:detect_clap_sound_flutter/detect_clap_sound_flutter.dart';
9
likes
150
points
43
downloads

Publisher

verified publishertechmind.io.vn

Weekly Downloads

A library for detecting types of sounds during audio recording (e.g., clapping, whistling, etc.)

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on detect_clap_sound_flutter

Packages that implement detect_clap_sound_flutter