Version 0.5.6
This commit is contained in:
parent
edab9a2cee
commit
eb3835f540
|
@ -1,3 +1,8 @@
|
|||
## 0.5.6
|
||||
|
||||
* Fix iOS memory leak.
|
||||
* Enable useLazyPreparation by default.
|
||||
|
||||
## 0.5.5
|
||||
|
||||
* Add initialPosition/initialIndex parameters to load.
|
||||
|
|
|
@ -120,7 +120,7 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.5.5"
|
||||
version: "0.5.6"
|
||||
just_audio_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: just_audio
|
||||
description: Flutter plugin to play audio from streams, files, assets, DASH/HLS streams and playlists. Works with audio_service to play audio in the background.
|
||||
version: 0.5.5
|
||||
version: 0.5.6
|
||||
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue