feat(tv): Add video seek buttons on the native player - #73
Open
xayron wants to merge 1 commit into
Open
Conversation
Collaborator
|
Nice addition — the TV seek buttons look useful. One thing to fix before merge: seek duration should be split into separate prefs for mobile vs TV. Right now TV seek buttons and mobile double-tap skip both use |
NeighborhoodNerd
self-requested a review
August 31, 2026 21:07
NeighborhoodNerd
requested changes
Aug 31, 2026
NeighborhoodNerd
left a comment
Collaborator
There was a problem hiding this comment.
Split the seekDuration for TV and double-tap seek settings for mobile.
Comment on lines
+128
to
+129
| /// [seekBuuttons] enables the buttons; [seekSeconds] is the jump size, clamped 5–180s (default 10). | ||
| bool get seekButtons => _box.get('seekButtons', defaultValue: true) as bool; |
Collaborator
There was a problem hiding this comment.
Fix typo. seekBuuttons -> seekButtons
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.
What changed
Added seek buttons (forward and backward) to native TV player, and added preference to turn it off and select custom duration of seek
Closes #
How you tested it
Checklist
flutter analyzeis cleanflutter testpassesandroid/orios/NOTICE.mdupdated in this PRAI_POLICY.mdScreenshots