Version 0.2.0

This commit is contained in:
Ryan Heise 2020-06-09 12:48:42 +10:00
parent e7273902ae
commit 58c39d4ffe
2 changed files with 11 additions and 1 deletions

View File

@ -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.

View File

@ -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: