-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[video_player] Added the setCaptionOffset #3275
[video_player] Added the setCaptionOffset #3275
Conversation
|
@cyanglaz or @iskakaushik can you help me with the submit-queue build? How do I fix this? I have been using this pr for 22 days, without any problems in production. |
|
@vanlooverenkoen submit queue means the tree is red on master, it's nothing to do with your PR :) We are working on make it green soon. |
|
@cyanglaz or @iskakaushik I have fixed the merge conflicts. Is it possible to review now we have a green master branch? |
|
@Salakar & @rrousselGit can you maybe review this one as well? I am using my git fork for almost 3 months now. |
|
Sorry for the delay. At the moment we are focusing on non-nullable types, so new features aren't a priority |
|
I already fixed the non-nullable merge conflicts. So this pr is already non-nullable supported. But I get that non-nullable is a priority. Good to know that it is for this plugin. It should be the case for all packages. Any idea when this could be reviewed or merged? |
# Conflicts: # packages/video_player/video_player/CHANGELOG.md
Master merge
# Conflicts: # packages/video_player/video_player/CHANGELOG.md # packages/video_player/video_player/pubspec.yaml
|
@cyanglaz @rrousselGit can you review this pr? I have merged everything from master. and now all checks have passed |
# Conflicts: # packages/video_player/video_player/CHANGELOG.md # packages/video_player/video_player/pubspec.yaml
|
@stuartmorgan updated the last comments & fixed the merge conflicts it seems that the submit-queue is broken? Can I do something about that? |
submit-queue is a (unfortunately named) live status check of whether the tree is currently broken; it's there to prevent PRs from landing while the tree is broken. It'll become green automatically without any action once the tree re-opens. |
# Conflicts: # packages/video_player/video_player/CHANGELOG.md # packages/video_player/video_player/pubspec.yaml
|
@stuartmorgan fixed the latests merge conflicts & comments. Can you review again? |
stuartmorgan-g
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a few final comment nits.
Adding @bparrishMines for final review. (@cyanglaz you're welcome to do it instead if you're interested.)
bparrishMines
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
By adding 1 extra method & 1 extra field to maintain the caption offset so it can be used to offset the caption field that already existed.
This pr only includes changes to the dart code so it will be available on Android/iOS/Web/(Desktop)
Related Issues
Adds this new feature: flutter/flutter#67762
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?