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.

View file

@ -3,13 +3,13 @@ description: A common platform interface for the just_audio plugin.
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.1.1
version: 2.0.0
dependencies:
flutter:
sdk: flutter
meta: ^1.1.8
plugin_platform_interface: ^1.0.2
plugin_platform_interface: ^1.0.3
dev_dependencies:
flutter_test: