mic_info 0.0.1 copy "mic_info: ^0.0.1" to clipboard
mic_info: ^0.0.1 copied to clipboard

Mic Info Plugin is a Flutter plugin for retrieving information about connected microphones on Android and iOS devices. It allows developers to detect and list details about built-in, wired, and Blueto [...]

Changelog #

All notable changes to this project will be documented in this file.

0.0.1 Initial release of the Mic Info Plugin. #

  • Added support for retrieving default, wired, and Bluetooth microphone information on Android and iOS platforms.
  • Provided methods to:
    • Get the list of built-in (default) microphones.
    • Get the list of wired microphones (e.g., headset mics).
    • Get the list of Bluetooth microphones.
  • Included platform-specific implementation for Android using AudioManager and AudioDeviceInfo.
  • Included platform-specific implementation for iOS using AVAudioSession.
  • Added Device model to represent microphone devices with productName and id attributes.
  • Ensured microphone permissions are handled for Android (RECORD_AUDIO) and iOS (NSMicrophoneUsageDescription).
3
likes
0
points
146
downloads

Publisher

unverified uploader

Weekly Downloads

Mic Info Plugin is a Flutter plugin for retrieving information about connected microphones on Android and iOS devices. It allows developers to detect and list details about built-in, wired, and Bluetooth microphones. Features: - Detect and list built-in (default) microphones. - Detect and list wired microphones (e.g., headset microphones). - Detect and list Bluetooth microphones. - Cross-platform support for Android and iOS.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mic_info

Packages that implement mic_info