jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
932 stars 1.04k forks source link

[FEATURE] playPreviousVideo() #1266

Open stanislavlysenko0912 opened 1 year ago

stanislavlysenko0912 commented 1 year ago

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.

joshua750 commented 1 year ago

tell me is it working on your flutter latest version ?

stanislavlysenko0912 commented 1 year ago

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