audio_input_type_plugin 0.0.5 copy "audio_input_type_plugin: ^0.0.5" to clipboard
audio_input_type_plugin: ^0.0.5 copied to clipboard

Microphone Type Checker is a cross-platform Flutter plugin that enables developers to determine the type of microphone available on both iOS and Android devices. By leveraging native APIs, the plugin [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add audio_input_type_plugin

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

dependencies:
  audio_input_type_plugin: ^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:audio_input_type_plugin/audio_input_type_plugin.dart';
2
likes
130
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Microphone Type Checker is a cross-platform Flutter plugin that enables developers to determine the type of microphone available on both iOS and Android devices. By leveraging native APIs, the plugin retrieves and identifies the microphone type, such as built-in, external, or headset microphones. This functionality is essential for apps that need to customize audio input behavior based on the specific microphone in use, providing a seamless experience across both mobile platforms.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on audio_input_type_plugin

Packages that implement audio_input_type_plugin