jhomlala / betterplayer

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

Add video controls to notification center #1160

Open raulidg33 opened 1 year ago

raulidg33 commented 1 year ago

Added the skipForward and skipBackward commands for the remote control center in ios for navigation which videos usually have. The interval time can be set via the new skipForwardTimeInMilliseconds and skipBackwardTimeInMillisecond parameters in BetterPlayerNotificationConfiguration (included in example>notification_player_page.dart)

guyluz11 commented 11 months ago

I have merged this alongside more updates to this fork which you can use for now

  better_player:
    git:
      url: 'https://github.com/guyluz11/betterplayer.git'
      ref: 'merge_fixes'