-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[video_player_avfoundation] macOS platform view support #8558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[video_player_avfoundation] macOS platform view support #8558
Conversation
… and platform view for each video
…ing texture logic
@FirentisTFW now that #8237 has been merged, what's missing to add macOS support? |
@cbenhagen We wanted to fully release iOS and Android implementations first to have less potential pain points. However, these were also not fully released yet. #8810 is adding the support to the app-facing package. I still haven't published it though, since it seems that there are some issues when rendering Android's |
Hey @FirentisTFW! Is this change still on your radar? |
Closing in favor of #9576 |
Adds macOS support for the platform view display option, brining macOS in line with the iOS implementation. This: - extracts the macOS additions from #8558 as cherry picks, - updates it for some changes that happened during iOS review, and - makes some minor adjustments (mostly combining the factory classes into one shared file) Part of flutter/flutter#86613 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
Adds macOS support for the platform view display option, brining macOS in line with the iOS implementation. This: - extracts the macOS additions from flutter#8558 as cherry picks, - updates it for some changes that happened during iOS review, and - makes some minor adjustments (mostly combining the factory classes into one shared file) Part of flutter/flutter#86613 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
[DRAFT]
This PR contains changes from #8237. Once that PR is merged (and
video_player
package is published with platform view support on iOS and Android), this PR will be rebased and adjusted. For now it will hang as a draft.This PR will add platform view support to
video_player
package for macOS.Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.md
to add a description of the change, following repository CHANGELOG style, or this PR is exempt from CHANGELOG changes.///
).