audioplayers_platform_interface 5.0.0 audioplayers_platform_interface: ^5.0.0 copied to clipboard
The platform interface for audioplayers, a Flutter plugin to play multiple audio files simultaneously
5.0.0 #
Note: This release has breaking changes.
- FEAT: replace
Platform.isX
withdefaultTargetPlatform
(#1446). (6cd5656c) - FEAT: extract AudioContext from audio_context_config (#1440). (e59c3b9f)
- 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 |
---|---|
LogLevel |
moved to audioplayers package as AudioLogLevel |
AudioplayersPlatform |
AudioplayersPlatformInterface |
MethodChannelAudioplayersPlatform |
AudioplayersPlatform |
GlobalPlatformInterface |
GlobalAudioplayersPlatformInterface |
MethodChannelGlobalPlatform |
GlobalAudioplayersPlatform |
StreamsInterface |
removed |
ForPlayer<> |
removed |
4.0.0 #
3.0.0 #
2.1.0 #
2.0.0 #
1.0.0-rc.2 #
1.0.0-rc.1 #
- First release after federation