Version 0.4.5
This commit is contained in:
parent
02d1b78a36
commit
f4acd922f1
|
@ -1,3 +1,8 @@
|
|||
## 0.4.5
|
||||
|
||||
* Fix iOS bug in seek/position/duration in HLS streams (@snaeji).
|
||||
* Fix web bug for audio sources with unknown durations.
|
||||
|
||||
## 0.4.4
|
||||
|
||||
* Fix crash when disposing of positionStream controller.
|
||||
|
|
|
@ -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.4.4
|
||||
version: 0.4.5
|
||||
homepage: https://github.com/ryanheise/just_audio
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue