PackageTrack
Sign in Get early access

audioplayers_darwin

iOS and macOS implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously

6.5.0 1.1M downloads/mo #331 most downloaded on pub.dev bluefireteam/audioplayers

What this package is like to depend on

Last release 2 months ago

22 Jun 2026

Release timing varies

gaps range from 2 weeks to 11 months

Nearly every release is documented

notes for 21 of 21 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

25 releases · first in 2022

2 releases in the last 12 months

see the full history below

Release timeline

25 releases · Apr 2022 to Jun 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 25
  1. 6.5.0 22 Jun 2026
    Release notes

    Prepared all packages to be released to pub.dev

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

    Open source →
    Release notes
    • FEAT(android): Compatibility with Built-In Kotlin (#1991). (687218b9)
    Open source →
  2. 6.4.0 01 Mar 2026
    Release notes
    • FIX: Memory leak on darwin (#1969). (95e52604)
    • FEAT: Async swift code, align release functionality, align Android initialization error (#1964). (65c8f373)
    Open source →
  3. 6.3.0 15 Jun 2025
    Release notes
    Open source →
  4. 6.2.0 11 Mar 2025
    Release notes
    Open source →
  5. 6.1.1 06 Mar 2025
    Release notes
    Open source →
  6. 6.1.0 18 Feb 2025
    Release notes
    • FIX: No-op on single player setAudioContext in desktop platforms (#1888). (50d7a8b8)
    • FEAT: ReleaseMode.release for ios, macos, windows, web, linux (#1790). (4ffc4029)
    Open source →
  7. 6.0.0 19 Mar 2024
    Release notes
    • FIX: Use unique tmp location for each AudioCache (#1724). (2333cb7f)
    • FIX: Race condition when playing/pausing audio (#1705). (463b2a11)
    • FIX: Seek not applied in play method (#1695). (f6138fef)
    • FIX: Propagate Stream Errors through the same Future (#1732). (00d041df)
    • FIX: Wait for seek to complete (#1712). (fd33b1d0)
    • FEAT: Support byte array and data URIs via mimeType (#1763). (eaf7ce86)
    • FEAT(ios): Improved AudioContextConfig assertions, fix example (#1619). (df342c52)
    • FEAT(web): Support compilation to Wasm (#1766). (1b1a0cf9)
    • DOCS: Improve Docs (#1710). (4208463a)
    • BREAKING REFACTOR: Remove deprecated methods (#1583). (8d0cbeda)
    • BREAKING FEAT: FramePositionUpdater & TimerPositionUpdater (#1664). (1ea93536)
    • BREAKING FEAT: Extend AudioContextConfig.duckAudio to AudioContextConfig.focus (#1720). (87f3cb7e)
    • BREAKING FEAT(ios): Improve AudioContextIOS (#1591). (25fbec05)
    • BREAKING DEPS: Update min Flutter to v3.13.0, compatibility with v3.16.8 (#1715). (e4262f4c)
    • BREAKING CHORE: Upgrade to Flutter 3.13.0 (#1612). (1a3de1ac)
    Open source →
    Release notes

    Note: This release has breaking changes.

    • FIX(ios): 'audioProcessing' deprecated in iOS 10 (#1756). (81e5ea54)
    • FEAT: Support byte array and data URIs via mimeType (#1763). (eaf7ce86)
    • BREAKING FEAT: FramePositionUpdater & TimerPositionUpdater (#1664). (1ea93536)
    • BREAKING DEPS: Update min Flutter to v3.13.0, compatibility with v3.16.8 (#1715). (e4262f4c)
    Open source →
  8. 5.0.2 02 Oct 2023
    Release notes
    Open source →
    Release notes
    • REFACTOR: Lint Swift (#1613). (737aa94f)
    • REFACTOR: Lint Kotlin, C and C++ code (#1610). (05394668)
    • FIX: Set playback rate only when playing (#1658). (d73c7d5c)
    • FIX: Improve Error handling for Unsupported Sources (#1625). (a4d84422)
    • FIX(darwin): Start observing AVPlayerItem.status before being assigned to AVPlayer (#1549). (8c3a2138)
    • FIX: Return null for duration and position, if not available (#1606). (2a79644a)
    Open source →
  9. 5.0.1 09 Aug 2023
    Release notes
    • FIX: Avoid multiple audioFocusRequest instances for focus changes (#1869). (040dde9c)
    • FIX(android): Avoid playing after gaining focus in paused state (#1857). (01726c13)
    Open source →
    Release notes
    Open source →
  10. 5.0.0 24 Jul 2023
    Release notes
    • BREAKING FEAT: FramePositionUpdater & TimerPositionUpdater (#1664). (1ea93536)
    • BREAKING DEPS: Update min Flutter to v3.13.0, compatibility with v3.16.8 (#1715). (e4262f4c)
    Open source →
    Release notes

    Note: This release has breaking changes.

    • BREAKING FIX: Default audio output to system preferences (#1563). (381c43e3)
    • BREAKING CHORE: Bump Flutter to version 3.10.x (#1529). (c1296c9b)
    Open source →
  11. 4.1.0 29 May 2023
    Release notes
    • FIX: No-op on single player setAudioContext in desktop platforms (#1888). (50d7a8b8)
    • FEAT: ReleaseMode.release for ios, macos, windows, web, linux (#1790). (4ffc4029)
    Open source →
    Release notes
    • FIX: test and fix compatibility with min flutter version (#1510). (9f39e95f)
    • FIX: onPrepared event to wait until player is ready / finished loading the source (#1469). (50f56365)
    • FIX: rework dispose (#1480). (c64ef6d9)
    • FEAT: Adapt position update interval of darwin, linux, web (#1492). (ab5bdf6a)
    Open source →
  12. 4.0.1 12 Apr 2023
    Release notes
    • DOCS: Add Fedora/RHEL Dependency instructions (#1851). (b401a23c)

    2024-08-26

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes
    Open source →
  13. 4.0.0 11 Apr 2023
    Release notes
    • FIX(linux): Handle failures of OnMediaStateChange in OnMediaError (#1731). (3a5c6dca)
    • FIX: Wait for seek to complete (#1712). (fd33b1d0)
    • BREAKING FEAT: FramePositionUpdater & TimerPositionUpdater (#1664). (1ea93536)
    • BREAKING DEPS: Update min Flutter to v3.13.0, compatibility with v3.16.8 (#1715). (e4262f4c)
    • BREAKING CHORE: Upgrade to Flutter 3.13.0 (#1612). (1a3de1ac)
    Open source →
    Release notes

    Note: This release has breaking changes.

    • FIX(iOS): Default to speaker instead of earpiece on iOS (#1408). (4ea5907b)
    • FEAT(ios): set player context globally on setAudioContext for iOS only (#1416). (19af364b)
    • DOCS: update AudioCache explanation, migration guide, replace package READMEs (#1457). (b8eb1974)
    • BREAKING FEAT: event channel (#1352). (c9fd6a76)
    Open source →
  14. 3.0.1 28 Jan 2023
    Release notes
    Open source →
    Release notes
    • FIX: Remove one of the duplicated path_providers plugins
    Open source →
  15. 3.0.0 24 Jan 2023
    Release notes
    • BREAKING CHORE: Bump Flutter to version 3.10.x (#1529). (c1296c9b)
    Open source →
    Release notes

    Note: This release does not have breaking changes, it was an accidental bump.

    Open source →
  16. 2.0.0 10 Jan 2023
    Release notes
    • FEAT(windows): show nuget download info explicitely in verbose mode (#1449). (136028fa)
    • DOCS: update AudioCache explanation, migration guide, replace package READMEs (#1457). (b8eb1974)
    • DOCS: Fix LICENSE files for windows and linux (#1431). (1f84e857)
    • BREAKING FEAT: event channel (#1352). (c9fd6a76)
    Open source →
    Release notes

    Note: This release has breaking changes.

    • BREAKING FIX: remove unused defaultToSpeaker in AudioContextIOS and replace with AVAudioSessionOptions.defaultToSpeaker (#1374). (d844ef9d)
    Open source →
  17. 1.0.4 01 Jan 2023
    Release notes
    Open source →
  18. 1.0.3 08 Oct 2022
    Release notes
    Open source →
  19. 1.0.2 26 Sep 2022
    Release notes
    Open source →
    Release notes
    • FIX: update platform to 9.0 in podspec. (#1171). (f8cbd972)
    • FIX: ios/macos no longer start audio when calling only setSourceUrl (#1206). (c0e97f04)
    Open source →
  20. 1.0.1 19 Jun 2022
    Release notes
    • FIX: emit position event immediately when resume (#1222). (94c73482)
    • DOCS: update README, Linux: replace with symlink, update Requirements (#1190). (72e3d500)
    Open source →
    Release notes
    • FIX: Make sure onComplete resets the position even when not looping (#1175). (6e6005ac)
    Open source →
  21. 1.0.0 12 Jun 2022
    Release notes
    • FEAT: Upgrade flame lint dependency (#1132). (0d6dae3e)
    Open source →
  22. 1.0.0-rc.4 08 May 2022 pre-release
    Release notes
    • FIX: Fix iOS code that was missing from previous push (melos vs pub get issue) (#1122). (fe737849)
    Open source →
  23. 1.0.0-rc.3 08 May 2022 pre-release
    Release notes
    • FEAT: Add onPlayerCompletion, onPlayerStateChanged and onDurationChanged for web (#1123). (760e0c94)

    2022-05-08

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes
    • FIX: Volume and rate can be set before audio playing on iOS (#1113). (eca1dd0e)
    Open source →
  24. 1.0.0-rc.2 30 Apr 2022 pre-release
    Release notes
    • Bump "audioplayers" to 1.0.0-rc.2.
    Open source →
  25. 1.0.0-rc.1 01 Apr 2022 pre-release
    Release notes
    • First release after federation

    2022-04-01

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes
    • First release after federation

    Changelog

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive