-
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
[video_player] Platform view support #8810
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
@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
1321235
to
7c17709
Compare
* Updates README to indicate that Andoid SDK <21 is no longer supported. | ||
* Updates minimum supported SDK version to Flutter 3.24/Dart 3.5. | ||
* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6. |
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.
The latest version of video_player_android
requires such constraints
7c17709
to
e6cb46d
Compare
a1d2299
to
4de56f1
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
a0eb439
to
f513be0
Compare
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.
LGTM!
flutter/packages@4463066...1765c95 2025-06-03 [email protected] [video_player] Platform view support (flutter/packages#8810) 2025-06-02 [email protected] [in_app_purchase_storekit] Add support to win back offers / promotional offers (flutter/packages#8474) 2025-06-02 [email protected] [two_dimensional_scrollables] Enable multi-cell/single-cell text selection in Simple Table example (flutter/packages#8189) 2025-05-30 [email protected] [all_packages] Bump `compileSdk` version to 35 (flutter/packages#9168) 2025-05-30 [email protected] Roll Flutter (stable) from be698c4 to b25305a (11 revisions) (flutter/packages#9342) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
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.///
).