Open stanislavlysenko0912 opened 1 year ago
tell me is it working on your flutter latest version ?
tell me is it working on your flutter latest version ?
I haven't found any functionality to go back to a past video. I'm using this temporary solution for now.
playerPlaylistController?.setupDataSource(_prevSourceIndex);
Is your feature request related to a problem? Please describe. How i understand, now
betterPlayerController
cant go back. Controller has onlyplayNextVideo()
Describe the solution you'd like Adding something like
playPreviousVideo()
function.