Skip to content

Releases: mayudevID/audio_output_device_check

v0.2.0

Choose a tag to compare

@mayudevID mayudevID released this 13 Jun 11:47

What's Changed

  • Replace audioDeviceStreamWithPermission() with the deviceStream getter.
  • Add public currentDevice() for one-time device snapshots.
  • Add typed AudioDeviceType enum.
  • 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

Choose a tag to compare

@mayudevID mayudevID released this 01 Jun 02:37

What's Changed

  • Normalize default/fallback device names to English across platforms:
    • Perangkat tidak diketahui -> Unknown device
    • Perangkat output audio -> Audio output device
  • Update Dart model defaults and tests to match new naming.

v0.1.1

Choose a tag to compare

@mayudevID mayudevID released this 31 May 08:59

What's Changed

  • Add complete package metadata for pub.dev (repository, issue_tracker, documentation, topics)
  • Replace placeholder LICENSE with MIT License text

Notes

  • Android namespace updated to com.mayudevid.aodc for branding consistency
  • OSS repo scaffolding added (CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, issue/PR templates, CI workflow)