audioplayers_linux 4.0.0 audioplayers_linux: ^4.0.0 copied to clipboard
Linux implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously
4.0.0 #
Note: This release has breaking changes.
- 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)
3.1.0 #
- REFACTOR: Lint Kotlin, C and C++ code (#1610). (05394668)
- FIX: Improve Error handling for Unsupported Sources (#1625). (a4d84422)
- FIX: Return null for duration and position, if not available (#1606). (2a79644a)
- FEAT: Release source for Web, Linux, Windows (#1517). (09496dcb)
- DOCS: Manual Flutter installation on Linux setup (#1631). (9086e75a)
3.0.0 #
2.1.0 #
- FIX: Timeout on setting same source twice (#1520). (5d164d1f)
- 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)
2.0.0 #
Note: This release has breaking changes.
- 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)
1.0.4 #
Note: This release was an accidental bump.
1.0.3 #
- Update a dependency to the latest release.