Releases: mayudevID/audio_output_device_check
Releases · mayudevID/audio_output_device_check
Release list
v0.2.0
What's Changed
- Replace
audioDeviceStreamWithPermission()with thedeviceStreamgetter. - Add public
currentDevice()for one-time device snapshots. - Add typed
AudioDeviceTypeenum. - Configure automatic Android Bluetooth permission requests through the constructor.
- Limit automatic permission requests to once per plugin instance.
- Deduplicate repeated device events.
- Simplify
BluetoothPermissionStatus.
Migration
See the migration section in the README for upgrading from 0.1.x.
v0.1.2
v0.1.1
What's Changed
- Add complete package metadata for pub.dev (
repository,issue_tracker,documentation,topics) - Replace placeholder
LICENSEwith MIT License text
Notes
- Android namespace updated to
com.mayudevid.aodcfor branding consistency - OSS repo scaffolding added (
CONTRIBUTING.md,CODE_OF_CONDUCT.md,SECURITY.md, issue/PR templates, CI workflow)