audio_input_type_plugin 0.0.5
audio_input_type_plugin: ^0.0.5 copied to clipboard
Microphone Type Checker is a cross-platform Flutter plugin that enables developers to determine the type of microphone available on both iOS and Android devices. By leveraging native APIs, the plugin [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add audio_input_type_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
audio_input_type_plugin: ^0.0.5Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:audio_input_type_plugin/audio_input_type_plugin.dart';