Version 0.3.2
This commit is contained in:
parent
6a4067a96b
commit
66d6006761
|
@ -1,3 +1,9 @@
|
||||||
|
## 0.3.2
|
||||||
|
|
||||||
|
* Fix dynamic methods on ConcatenatingAudioSource for iOS/Android
|
||||||
|
* Add sequenceStream/sequenceStateStream
|
||||||
|
* Change asset URI from asset:// to asset:///
|
||||||
|
|
||||||
## 0.3.1
|
## 0.3.1
|
||||||
|
|
||||||
* Prevent hang in dispose
|
* Prevent hang in dispose
|
||||||
|
|
|
@ -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.1
|
version: 0.3.2
|
||||||
homepage: https://github.com/ryanheise/just_audio
|
homepage: https://github.com/ryanheise/just_audio
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue