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
|
## 0.5.5
|
||||||
|
|
||||||
* Add initialPosition/initialIndex parameters to load.
|
* Add initialPosition/initialIndex parameters to load.
|
||||||
|
|
|
@ -120,7 +120,7 @@ packages:
|
||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.5.5"
|
version: "0.5.6"
|
||||||
just_audio_platform_interface:
|
just_audio_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: just_audio
|
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.
|
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
|
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue