-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[video_player] Use platform interface #2276
[video_player] Use platform interface #2276
Conversation
2d20034 to
1da000a
Compare
e4595b6 to
2ab4c98
Compare
2ab4c98 to
677bf29
Compare
|
@hterkelsen I cleaned up this PR and moved 2 tests I missed in the last merge of part 1. |
# Conflicts: # packages/video_player/video_player/CHANGELOG.md # packages/video_player/video_player/lib/video_player.dart # packages/video_player/video_player/pubspec.yaml
harryterkelsen
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.
Please export the types in package:video_player
|
Hello, how can I create a new 'pull request' on this project? now video_player supported only play from asset, local file, network, |
harryterkelsen
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.
I missed this before, but you also need to export VideoFormat. In the meantime, I will upload video_player_platform_interface to pub to get the tests running
|
|
|
@hterkelsen Sorry, I made mistake in the platform interface. This now depends on #2305. |
|
I just published |
|
Thanks! Yes I already changed the pubspec. Can you restart the checks for me please? |
|
Yay all checks have passed :) It still shows that there are requested changes from you Harry. Is there anything I missed or has this been resolved by exporting Btw is there any way to speedup those tests? They sometimes take more than 10h. |
|
LGTM. Yeah the tests take a long time because we are throttled on the number of mac instances we can test on. |
* [video_player] Use platform interface * Move tests (leftover from part1) * Merge master * Export DurationRange and DataSourceType * Export VideoFormat * ignore: unused_element * Format * Update video_player_platform_interface dependency
Description
Second part of #2273
Related Issues
#2041
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?