Versions and change logs.

This commit is contained in:
Ryan Heise 2020-10-11 03:38:30 +11:00
parent ab1a4612b3
commit 9dbde5bda8
7 changed files with 134 additions and 77 deletions

View file

@ -1,3 +1,8 @@
## 1.1.0
- Player is now disposed via JustAudioPlatform.disposePlayer().
- AudioPlayerPlatform constructor takes id parameter.
## 1.0.0
- Initial version.

View file

@ -3,7 +3,7 @@ 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.0.0
version: 1.1.0
dependencies:
flutter: