flutter_mic_selector 0.0.1
flutter_mic_selector: ^0.0.1 copied to clipboard
Android microphone input device selection, persistence, permission helpers, and opt-in activation for Flutter apps.
0.0.1 #
- Documented the native storage path used for the selected microphone id.
- Added broader Android audio input type constants, native type ids, and UI-friendly labels on
MicInputDevice. - Clarified that
typeis for stable client logic whiletypeLabel,effectiveTypeLabel, anddisplayNameare intended for UI. - Improved
MicSelectorDropdownso long device names truncate cleanly instead of overflowing. - Fixed restored-device handling when the saved microphone is no longer connected.
- Hardened Android callback, permission, and recording cleanup paths to reduce leak risk.