Merge branch 'master' into audio-session
This commit is contained in:
commit
09eb73be34
|
@ -1,3 +1,9 @@
|
||||||
|
## 0.3.4
|
||||||
|
|
||||||
|
* Fix bug in icy metadata
|
||||||
|
* Allow Android AudioAttributes to be set
|
||||||
|
* Provide access to Android audio session ID
|
||||||
|
|
||||||
## 0.3.3
|
## 0.3.3
|
||||||
|
|
||||||
* Remove dependency on Java streams API
|
* Remove dependency on Java streams API
|
||||||
|
|
|
@ -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.3.3
|
version: 0.3.4
|
||||||
homepage: https://github.com/ryanheise/just_audio
|
homepage: https://github.com/ryanheise/just_audio
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue