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