jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] playPreviousVideo()

stanislavlysenko0912 opened this issue · comments

Is your feature request related to a problem? Please describe.
How i understand, now betterPlayerController cant go back. Controller has only playNextVideo()

Describe the solution you'd like
Adding something like playPreviousVideo() function.

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);