This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 855
SeekTo method work not correct. #5
Comments
Thank you for submitting the bug, I will try to fix this bug right away. |
Why playlist not auto play ? |
is that you means auto play next song when current reached end ? I have add this feature at previous submit. |
@boyan01 Maybe Because of I'm get error 'value >= min && value <= max': is not true that why the audio not play next. |
Actually the reason is that i can not do it . I used video_player dependency to play audio before , this library do not provide complete callback to listen the audio if reach end. |
@boyan01 Can I'm contact you by skype or any chat app ? |
I do not have skype id , do you have WeChat or telegram account? |
Or you can contact my by email. yangbinyhbn@gmail.com |
Repository owner
deleted a comment from
phuongphally
Dec 8, 2018
fixed b4d5c26 |
@boyan01 Thanks |
Closed
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm get error message
'value >= min && value <= max': is not true
onChanged: (value) {
quiet.seekTo(value.round());
},
The text was updated successfully, but these errors were encountered: