Version 0.4.1
This commit is contained in:
parent
f1aaa0b132
commit
9661bd0bb3
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.4.1
|
||||||
|
|
||||||
|
* Fix setSpeed bug on iOS.
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
|
||||||
* Handles audio focus/interruptions via audio_session
|
* Handles audio focus/interruptions via audio_session
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: just_audio
|
name: just_audio
|
||||||
description: Flutter plugin to play audio from streams, files, assets, DASH/HLS streams and playlists. Works with audio_service to play audio in the background.
|
description: Flutter plugin to play audio from streams, files, assets, DASH/HLS streams and playlists. Works with audio_service to play audio in the background.
|
||||||
version: 0.4.0
|
version: 0.4.1
|
||||||
homepage: https://github.com/ryanheise/just_audio
|
homepage: https://github.com/ryanheise/just_audio
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue