Playlist #931
Unanswered
roshanwdekr
asked this question in
Q&A
Playlist
#931
Replies: 2 comments
-
eventListener: (BetterPlayerEvent event) {
if (event.betterPlayerEventType == BetterPlayerEventType.finished) {
if (dataSourceList.length > currPlayIndex + 1) {
setState(() {
currPlayIndex += 1;
});
}
}
}, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Even I tried the same thing before opening any discussion although, I am
not able assign value to _betterPlayerPlaylistController
.currentDataSourceIndex
…On Wed, Mar 2, 2022 at 8:06 AM CY ***@***.***> wrote:
eventListener: (BetterPlayerEvent event) {
if (event.betterPlayerEventType == BetterPlayerEventType.finished) {
if (dataSourceList.length > currPlayIndex + 1) {
setState(() {
currPlayIndex += 1;
});
}
}
},
—
Reply to this email directly, view it on GitHub
<#931 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOW6GGOMVSRMJAT3KVKOYGDU53H3DANCNFSM5PUO2UKA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I badly need help in playlist I spent to much time to find out how to stop video player if playlist is finished
Beta Was this translation helpful? Give feedback.
All reactions