microphone_flutter 0.0.1
microphone_flutter: ^0.0.1 copied to clipboard
Microphone recording for Flutter with the goal of no additional system dependencies. Integrates the `microphone_dart` package and uses cargokit to build the native Rust audio library and use it via FFI.
0.0.1 #
- Flutter integration for
microphone_dart: builds the sharedmicrophoneRust crate via cargokit and bundles it. Re-exports themicrophone_dartAPI and addsMicrophoneFlutter.ensureInitialized(). - Documents the required platform permissions (Info.plist
NSMicrophoneUsageDescriptionand the macOS audio-input entitlement on Apple;RECORD_AUDIOon Android). - Example app with a record/stop UI and a live input-level meter.