just_audio 0.6.3
This commit is contained in:
parent
1366509bee
commit
0391c67c43
|
@ -1,3 +1,10 @@
|
||||||
|
## 0.6.3
|
||||||
|
|
||||||
|
* Fix iOS compiler warnings.
|
||||||
|
* Fix bug where native platform wasn't disposed.
|
||||||
|
* Remove Java compiler warnings.
|
||||||
|
* Process play/pause state transitions in a consistent order.
|
||||||
|
|
||||||
## 0.6.2
|
## 0.6.2
|
||||||
|
|
||||||
* Fix bugs related to the new setAudioSource method:
|
* Fix bugs related to the new setAudioSource method:
|
||||||
|
|
|
@ -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.2
|
version: 0.6.3
|
||||||
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