just_audio 0.5.0
This commit is contained in:
parent
8a7d583672
commit
38ed64293d
|
@ -1,3 +1,7 @@
|
|||
## 0.5.0
|
||||
|
||||
* Convert to federated plugin.
|
||||
|
||||
## 0.4.5
|
||||
|
||||
* Fix iOS bug in seek/position/duration in HLS streams (@snaeji).
|
||||
|
|
|
@ -113,7 +113,7 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.4.5"
|
||||
version: "0.5.0"
|
||||
just_audio_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -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.4.5
|
||||
version: 0.5.0
|
||||
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue