Last updated:
0 purchases
microphone info
microphone_info #
A new Flutter plugin to get microphones.
Getting Started #
Add this dependency to pubspec.yaml file
microphone_info: ^x.x.x
copied to clipboard
Using #
///To get microphones
final microphones = MicrophoneInfo().getMicrophones();
///To get default microphone
final defaultMicrophone = MicrophoneInfo().getDefaultMicrophone();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.