just_audio_platform_interface 2.0.0

This commit is contained in:
Ryan Heise 2020-12-18 00:55:10 +11:00
parent ef40332a78
commit ccf88f100e
4 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,11 @@
## 2.0.0
- Breaking change: Implementations must not set the shuffle order except as
instructed by setShuffleOrder.
- Breaking change: Implementations must be able to recreate a player instance
with the same ID as a disposed instance.
- Breaking change: none state renamed to idle.
## 1.1.1
- Add initialPosition and initialIndex to LoadRequest.