audio_output_device_check
Detect active audio output device and monitor output changes across Flutter platforms.
What this package is like to depend on
Last release 2 months ago
13 Jun 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · May 2026 to Jun 2026Releases
latest 3-
0.2.013 Jun 2026Release notes
Open source →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.Release notes
Open source →- Replace
audioDeviceStreamWithPermission()with thedeviceStreamgetter. - Add public
currentDevice()for one-time device snapshots. - Add
AudioDeviceTypeenum and replace string-based device types. - Configure Android automatic Bluetooth permission requests through the
AudioOutputDeviceCheckconstructor. - Limit automatic Bluetooth permission requests to once per plugin instance.
- Deduplicate repeated device events.
- Simplify
BluetoothPermissionStatustogranted,denied,notApplicable, andunknown.
- Replace
-
0.1.201 Jun 2026Release notes
Open source →What's Changed
- Normalize default/fallback device names to English across platforms:
Perangkat tidak diketahui->Unknown devicePerangkat output audio->Audio output device
- Update Dart model defaults and tests to match new naming.
Release notes
Open source →- Normalize default/fallback device names to English across platforms:
Perangkat tidak diketahui->Unknown devicePerangkat output audio->Audio output device
- Update Dart model defaults and tests to match new naming.
- Normalize default/fallback device names to English across platforms:
-
0.1.131 May 2026Release notes
Open source →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)
Release notes
Open source →- Add complete package metadata for
pub.dev:repositoryissue_trackerdocumentationtopics
- Replace placeholder
LICENSEwith MIT License text.
- Add complete package metadata for pub.dev (