Fix bug in concatenating add/addAll.
This commit is contained in:
parent
b258b5d76e
commit
440dfeafc3
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.5.2
|
||||||
|
|
||||||
|
* Fix bug in concatenating add/addAll.
|
||||||
|
|
||||||
## 0.5.1
|
## 0.5.1
|
||||||
|
|
||||||
* Fix bug in loading from assets.
|
* Fix bug in loading from assets.
|
||||||
|
|
|
@ -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.1
|
version: 0.5.2
|
||||||
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