-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Engine Support for Dynamic View Resizing #173610
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: master
Are you sure you want to change the base?
Engine Support for Dynamic View Resizing #173610
Conversation
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.
Code Review
This pull request introduces the necessary engine-side support for dynamic view resizing. The changes correctly plumb through view constraints from the embedder to the framework. My review identified a functional issue where new constraint parameters are ignored in hooks.dart
, a documentation error in platform_dispatcher.dart
, a minor typo, and a C++ style guide violation in shell.h
. Addressing these points will improve the correctness and quality of the implementation.
This PR still needs tests btw. |
Part of #169147 (iOS) and #149033 (Android). Implementation PRs coming up!
This enables support for dynamic view resizing in non-web embedders. While this PR enables support, it does not implement support.
Related PRs:
dart:ui
: flutter/engine#48090framework
: #138648framework reland
: #140918Web
: flutter/engine#50271Pre-launch Checklist
///
).