audioplayers_web 3.1.0 audioplayers_web: ^3.1.0 copied to clipboard
Web implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously
3.1.0 #
- REFACTOR: Adapt to flame_lint v0.2.0+2 (#1477). (e1d7fb6a)
- FIX: Timeout on setting same source twice (#1520). (5d164d1f)
- FIX: test and fix compatibility with min flutter version (#1510). (9f39e95f)
- FIX:
AudioElement
is not getting released correctly (#1516). (32210f34) - FIX: onPrepared event to wait until player is ready / finished loading the source (#1469). (50f56365)
- FIX: rework dispose (#1480). (c64ef6d9)
- FIX(web): Avoid stutter when starting playback (#1476). (a28eed02)
- FEAT: Adapt position update interval of darwin, linux, web (#1492). (ab5bdf6a)
3.0.0 #
Note: This release has breaking changes.
- FIX(web): make start and resume async (#1436). (b95bc8fa)
- FEAT: extract AudioContext from audio_context_config (#1440). (e59c3b9f)
- FEAT(web): make setUrl async, make properties of
WrappedPlayer
private (#1439). (a051c335) - DOCS: update AudioCache explanation, migration guide, replace package READMEs (#1457). (b8eb1974)
- BREAKING REFACTOR: prevent from confusing and conflicting class names (#1465). (7cdb8586)
- BREAKING REFACTOR: improve separation of global audioplayer interface (#1443). (c0b3f85c)
- BREAKING FEAT: event channel (#1352). (c9fd6a76)
- BREAKING FEAT: expose classes of package
audioplayers_platform_interface
(#1442). (a6f89be1)
Migration instructions #
Before | After |
---|---|
AudioplayersPlugin |
AudioplayersPlugin , WebAudioplayersPlatform and WebGlobalAudioplayersPlatform |
2.1.1 #
- Update a dependency to the latest release.
2.1.0 #
2.0.0 #
1.0.0-rc.3 #
- FEAT: Add onPlayerCompletion, onPlayerStateChanged and onDurationChanged for web (#1123). (760e0c94)
1.0.0-rc.2 #
1.0.0-rc.1 #
- First release after federation