just_audio 0.5.1
This commit is contained in:
parent
c767f9cc62
commit
9e25303e4b
|
@ -1,3 +1,9 @@
|
|||
## 0.5.1
|
||||
|
||||
* Fix bug in loading from assets.
|
||||
* Ignore method calls from invalid states.
|
||||
* Forward exceptions from iOS platform implementation.
|
||||
|
||||
## 0.5.0
|
||||
|
||||
* Convert to federated plugin.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
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.
|
||||
version: 0.5.0
|
||||
version: 0.5.1
|
||||
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue