Version 0.0.4
This commit is contained in:
parent
0500654188
commit
9d01768f0d
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.0.4
|
||||||
|
|
||||||
|
* Remove reseeking hack.
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
* Feature to change audio speed.
|
* Feature to change audio speed.
|
||||||
|
|
|
@ -87,7 +87,7 @@ packages:
|
||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.0.3"
|
version: "0.0.4"
|
||||||
matcher:
|
matcher:
|
||||||
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 and assets. Works with audio_service to play audio in the background.
|
description: Flutter plugin to play audio from streams, files and assets. Works with audio_service to play audio in the background.
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
homepage: https://github.com/ryanheise/just_audio
|
homepage: https://github.com/ryanheise/just_audio
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue