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 [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mic_info

With Flutter:

 $ flutter pub add mic_info

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

dependencies:
  mic_info: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mic_info/mic_info.dart';
3
likes
0
points
148
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