-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[video_player] Platform view support #8810
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] Platform view support #8810
Conversation
@FirentisTFW @tarrinneal when can this PR get merged 🙏🏻 |
@nateshmbhat Looks like there's an issue with displaying |
@FirentisTFW since most of the performance issues and crashes that we're hearing are more predominant in ios, i think its worth releasing this now for just ios 🙏🏻 |
1e6999f
to
e3b6f2e
Compare
TODO:
This PR adds support for platform views as on optional way of displaying a video (as an alternative to Flutter's
Texture
widget). Texture-based approach is still the default setting when creating a new player.Platform interface was updated in #8453
Platform implementations were added in these PRs:
Closes flutter/issues/86613.
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.///
).