microphone_info 0.0.1 copy "microphone_info: ^0.0.1" to clipboard
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();
1
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter plugin to get microphones.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on microphone_info

Packages that implement microphone_info