Version 0.1.3
This commit is contained in:
parent
b6cba7c032
commit
3d3805145a
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.1.3
|
||||||
|
|
||||||
|
* Fix bug in web implementation.
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
* Broadcast how much audio has been buffered.
|
* Broadcast how much audio has been buffered.
|
||||||
|
|
|
@ -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.2
|
version: 0.1.3
|
||||||
homepage: https://github.com/ryanheise/just_audio
|
homepage: https://github.com/ryanheise/just_audio
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue