Uh oh!
There was an error while loading. Please reload this page.
[video_player] Platform view support - #8810
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
FirentisTFW
commented
Apr 22, 2025
@nateshmbhat Looks like there's an issue with displaying |
nateshmbhat
commented
Apr 26, 2025
@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
e3b6f2eCompare1321235 to
7c17709CompareThere was a problem hiding this comment.
The latest version of video_player_android requires such constraints
7c17709 to
e6cb46dCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
a1d2299 to
4de56f1Compare
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.
Uh oh!
There was an error while loading. Please reload this page.
a0eb439 to
f513be0Compareflutter/packages@4463066...1765c95 2025-06-03 pawel.jakubowski@leancode.pl [video_player] Platform view support (flutter/packages#8810) 2025-06-02 kaiquegazola@outlook.com [in_app_purchase_storekit] Add support to win back offers / promotional offers (flutter/packages#8474) 2025-06-02 rmolivares@renzo-olivares.dev [two_dimensional_scrollables] Enable multi-cell/single-cell text selection in Simple Table example (flutter/packages#8189) 2025-05-30 43054281+camsim99@users.noreply.github.com [all_packages] Bump `compileSdk` version to 35 (flutter/packages#9168) 2025-05-30 engine-flutter-autoroll@skia.org 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 flutter-ecosystem@google.com 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 flutter#8453 Platform implementations were added in these PRs: - iOS: flutter#8237 - Android: flutter#8466 Closes [flutter/issues/86613](flutter/flutter#86613).
Changelog: https://pub.dev/packages/video_player/changelog#2100 One notable change is, support for opt-in use of Flutter platform view: flutter/packages#8810 This commit also reverts the commit that pinned `video_player` package: commit 2036178 deps: Pin video_player to 2.9.5 The latest version (2.10.0) makes significant changes internally and to the test API, which would require us to investigate and update our FakeVideoPlayerPlatform mock for tests. So, pin to the currently used version for now. Upon investigating, the changes to the public API seem mostly small, namely some deprecations in the platform interface class. Which is only used in our tests, specifically by FakeVideoPlayerPlatform. Otherwise, no behaviour change observed while testing, as we are using the default options, i.e not using Flutter platform view.
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 flutter#8453 Platform implementations were added in these PRs: - iOS: flutter#8237 - Android: flutter#8466 Closes [flutter/issues/86613](flutter/flutter#86613).
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 flutter#8453 Platform implementations were added in these PRs: - iOS: flutter#8237 - Android: flutter#8466 Closes [flutter/issues/86613](flutter/flutter#86613).
This PR adds support for platform views as on optional way of displaying a video (as an alternative to Flutter's
Texturewidget). 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:
Closesflutter/issues/86613.
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style, or this PR is exempt from CHANGELOG changes.///).