feat: Implement Double-tap seek & press-and-hold playback speed#736
Merged
PartyDonut merged 8 commits intoDonutWare:developfrom Feb 11, 2026
Merged
feat: Implement Double-tap seek & press-and-hold playback speed#736PartyDonut merged 8 commits intoDonutWare:developfrom
PartyDonut merged 8 commits intoDonutWare:developfrom
Conversation
PartyDonut
requested changes
Feb 7, 2026
Collaborator
There was a problem hiding this comment.
Thanks for having a go at this, while the code looks good. Left a few requests, let me know if they aren't clear.
Also something else to consider. My idea for implementing the Gestures was to have predefined areas/actions the user could assign shortcuts to, in a similar fashion to how desktop users can assign keys to a action.
So while I'm more then happy to merge this after the requested changes, there is a possibility that I will rework some of this when I get to the gestures implementation. Just wanted to give you a heads up 😃 .
lib/screens/video_player/components/video_player_seek_indicator.dart
Outdated
Show resolved
Hide resolved
…ogic to helper methods.
…y in video player controls and remove provider. Add center zone for double-tap to play/pause.
PartyDonut
approved these changes
Feb 11, 2026
Collaborator
PartyDonut
left a comment
There was a problem hiding this comment.
Looks good exactly what I had in mind.
Thanks for implementing the changes!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
Add two new features:
Issue Being Fixed
Resolves discussion #704
Screenshots / Recordings
CleanShot.2026-02-04.at.00.29.32-converted.mp4
CleanShot.2026-02-04.at.00.34.38-converted.mp4
Checklist