-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[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
base: main
Are you sure you want to change the base?
[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 |
[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.///
).