jhomlala / betterplayer

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

[FEATURE] playPreviousVideo() #1266

Open stanislavlysenko0912 opened 8 months ago

stanislavlysenko0912 commented 8 months 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 8 months ago

tell me is it working on your flutter latest version ?

stanislavlysenko0912 commented 8 months 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);