Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Conversation

@vanlooverenkoen
Copy link
Contributor

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.

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See [Contributor Guide]).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (flutter analyze) does not report any problems on my PR.
  • I read and followed the [Flutter Style Guide].
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy].
  • I updated CHANGELOG.md to add a description of the change.
  • I signed the [CLA].
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate a breaking change in CHANGELOG.md and increment major revision).
  • No, this is not a breaking change.

@vanlooverenkoen
Copy link
Contributor Author

@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.

@cyanglaz
Copy link
Contributor

@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.

@vanlooverenkoen
Copy link
Contributor Author

@cyanglaz or @iskakaushik I have fixed the merge conflicts. Is it possible to review now we have a green master branch?

@vanlooverenkoen
Copy link
Contributor Author

@Salakar & @rrousselGit can you maybe review this one as well? I am using my git fork for almost 3 months now.

@rrousselGit
Copy link

Sorry for the delay. At the moment we are focusing on non-nullable types, so new features aren't a priority

@vanlooverenkoen
Copy link
Contributor Author

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
#	packages/video_player/video_player/pubspec.yaml
@vanlooverenkoen
Copy link
Contributor Author

@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
@vanlooverenkoen
Copy link
Contributor Author

@stuartmorgan updated the last comments & fixed the merge conflicts it seems that the submit-queue is broken? Can I do something about that?

@stuartmorgan-g
Copy link
Contributor

it seems that the submit-queue is broken?

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.

@vanlooverenkoen
Copy link
Contributor Author

@stuartmorgan fixed the latests merge conflicts & comments. Can you review again?

Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a 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.)

@stuartmorgan-g stuartmorgan-g removed the request for review from iskakaushik January 14, 2022 20:21
Copy link
Contributor

@bparrishMines bparrishMines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes p: video_player waiting for tree to go green (Use "autosubmit") This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants