Versions and change logs.
This commit is contained in:
parent
ab1a4612b3
commit
9dbde5bda8
7 changed files with 134 additions and 77 deletions
|
@ -1,3 +1,8 @@
|
|||
## 1.1.0
|
||||
|
||||
- Player is now disposed via JustAudioPlatform.disposePlayer().
|
||||
- AudioPlayerPlatform constructor takes id parameter.
|
||||
|
||||
## 1.0.0
|
||||
|
||||
- Initial version.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue