Version 0.2.1
This commit is contained in:
parent
1334680f9c
commit
a11c760f48
|
@ -1,3 +1,8 @@
|
||||||
|
## 0.2.1
|
||||||
|
|
||||||
|
* Improve handling of headers.
|
||||||
|
* Report setUrl errors and duration on web.
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
* Support dynamic duration
|
* Support dynamic duration
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: just_audio
|
name: just_audio
|
||||||
description: Flutter plugin to play audio from streams, files, assets and DASH/HLS streams. Works with audio_service to play audio in the background.
|
description: Flutter plugin to play audio from streams, files, assets and DASH/HLS streams. Works with audio_service to play audio in the background.
|
||||||
version: 0.2.0
|
version: 0.2.1
|
||||||
homepage: https://github.com/ryanheise/just_audio
|
homepage: https://github.com/ryanheise/just_audio
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue