Version 0.1.6
This commit is contained in:
parent
32d7939761
commit
45890896ff
|
@ -1,3 +1,10 @@
|
||||||
|
## 0.1.6
|
||||||
|
|
||||||
|
* Eliminate event lag over method channels.
|
||||||
|
* Report setUrl errors on Android.
|
||||||
|
* Report Icy Metadata on Android.
|
||||||
|
* Bug fixes.
|
||||||
|
|
||||||
## 0.1.5
|
## 0.1.5
|
||||||
|
|
||||||
* Update dependencies and documentation.
|
* Update dependencies and documentation.
|
||||||
|
|
|
@ -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.5
|
version: 0.1.6
|
||||||
homepage: https://github.com/ryanheise/just_audio
|
homepage: https://github.com/ryanheise/just_audio
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue