just_audio 0.5.7
This commit is contained in:
parent
741facb0dc
commit
8d14c97366
|
@ -1,3 +1,10 @@
|
||||||
|
## 0.5.7
|
||||||
|
|
||||||
|
* Fix podspec error in web package (@timilehinjegede).
|
||||||
|
* Fix iOS out-of-range bug.
|
||||||
|
* Remove Objective C compiler warnings.
|
||||||
|
* Unit tests.
|
||||||
|
|
||||||
## 0.5.6
|
## 0.5.6
|
||||||
|
|
||||||
* Fix iOS memory leak.
|
* Fix iOS memory leak.
|
||||||
|
|
|
@ -120,7 +120,7 @@ packages:
|
||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.5.6"
|
version: "0.5.7"
|
||||||
just_audio_platform_interface:
|
just_audio_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -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.5.6
|
version: 0.5.7
|
||||||
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