just_audio 0.6.1
This commit is contained in:
parent
4322b36518
commit
23fa345b30
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.6.1
|
||||||
|
|
||||||
|
* Fix bug with Android skipping start of audio.
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
|
|
||||||
* Breaking change: Replace load by setAudioSource.
|
* Breaking change: Replace load by setAudioSource.
|
||||||
|
|
|
@ -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.6.0
|
version: 0.6.1
|
||||||
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio
|
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue