Version 0.2.0
This commit is contained in:
parent
e7273902ae
commit
58c39d4ffe
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
* Support dynamic duration
|
||||||
|
* Support seeking to end of live streams
|
||||||
|
* Support request headers
|
||||||
|
* V2 implementation
|
||||||
|
* Report setUrl errors on iOS
|
||||||
|
* setUrl throws exception if interrupted
|
||||||
|
* Return null when duration is unknown
|
||||||
|
|
||||||
## 0.1.10
|
## 0.1.10
|
||||||
|
|
||||||
* Option to set audio session category on iOS.
|
* Option to set audio session category on iOS.
|
||||||
|
|
|
@ -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.1.10
|
version: 0.2.0
|
||||||
homepage: https://github.com/ryanheise/just_audio
|
homepage: https://github.com/ryanheise/just_audio
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue