microphone_info 0.0.1
microphone_info: ^0.0.1 copied to clipboard
A new Flutter plugin to get microphones.
microphone_info #
A new Flutter plugin to get microphones.
Getting Started #
Add this dependency to pubspec.yaml file
microphone_info: ^x.x.x
Using #
///To get microphones
final microphones = MicrophoneInfo().getMicrophones();
///To get default microphone
final defaultMicrophone = MicrophoneInfo().getDefaultMicrophone();