Uh oh!
There was an error while loading. Please reload this page.
[video_player_platform_interface] synchronize isPlaying state - #3361
Conversation
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
…-platform-interface
bparrishMines
left a comment
There was a problem hiding this comment.
@stuartmorgan It looks like this is causing analyze errors because of the enum change. Based on flutter/flutter#89866 (comment), should this temporarily add
// ignore: missing_enum_constant_in_switch
to the implementation packages.
stuartmorgan-g
commented
Mar 7, 2023
Yes, since there's no impact from not handling it (as it's just example code), just ignoring it in this PR and then removing the |
Uh oh!
There was an error while loading. Please reload this page.
bparrishMines
commented
Mar 7, 2023
@maRci002 As mentioned above, can you add |
maRci002
commented
Mar 8, 2023
@bparrishMines I've added Now I've some errors in the CHANGELOG in the following packages: |
stuartmorgan-g
commented
Mar 8, 2023
Overriding version and changelog checks: the changes are |
stuartmorgan-g
commented
Mar 8, 2023
This will need to wait for #3417 to land and then be re-merged, to avoid breaking post-submit. |
@stuartmorgan I've re-merged the newest main.
This is the disadvantage of: flutter/flutter#89866 (comment) |
stuartmorgan-g
commented
Mar 10, 2023
I expected that, but misremembered and thought we had a way to override it in presubmit (which is why I suggested waiting rather than splitting it initially, sorry about that). I filed flutter/flutter#122390 for the false positive, but for now you can just split the ignores into a new PR. We can get that landed quickly, unblocking this one. |
I created the ignore PR: #3435, when it is merged, then I will update this branch and remove the ignores in this PR however I won't be able to do that so I'll remove the ignores in #3261 PR. |
stuartmorgan-g
commented
Mar 10, 2023
Removing the overrides since those changes will be moving to the other PR. |
maRci002
commented
Mar 11, 2023
I have updated this PR to not touch ignores meanwhile updated #3261 to remove lint checks. |
BraveEvidence
commented
Mar 15, 2023
This will help https://www.youtube.com/watch?v=IMQdSTlTXjA |
…r#3361) [video_player_platform_interface] synchronize isPlaying state
…r#3361) [video_player_platform_interface] synchronize isPlaying state
…r#3361) [video_player_platform_interface] synchronize isPlaying state
This PR is part of #3261
This is why this part is created: https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changing-federated-plugins
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.///).If you need help, consider asking for advice on the #hackers-new channel on Discord.