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.