Add display features to MediaQuery#92906
Conversation
|
Tests will not pass until the engine support lands but since the code is ready to be reviewed, I am marking this as ready for review. |
|
/cc @Piinks |
goderbauer
left a comment
There was a problem hiding this comment.
LGTM once tests pass (w/ engine commit)
Per our policy this will also need a second LGTM to land. I'll find a reviewer.
justinmc
left a comment
There was a problem hiding this comment.
LGTM 👍
Just a docs nit and a comment about confirming List vs. Set.
|
(Triage) I think this is blocked on Which are blocked on flutter/plugins#4502 @andreidiaconu if that's not correct, can you update? |
That is correct. |
|
Hey @andreidiaconu can you update this with the latest from master? The other changes have rolled in, so the Google testing shard should pass with an update. |
|
@Piinks Yes & done 👍 |
|
Thanks for rebasing, I am looking into this customer test failure, I am not sure if it is caused by your change. I linked an infra issue above that is tracking this. |
|
So, I have checked the customer test out locally and ran it with your changes here and they all passed. I think an update will finally allow this to land. :) Thanks for your patience. |
|
I re-ran the failing test. If that doesn't make it pass, you'll probably have to rebase this to the latest master. |
|
It is still failing after re-run, can you rebase once more? |
|
|
|
@Hixie can you take a look at this rainbowmonkey failure? |
|
I recall that I once had it and it was solved when I used |
|
That was an unrelated issue due to rolling Dart, you should be able to resolve it by updating your PR to top of tree (i.e. rebasing as @nt4f04uNd says). You just got unlucky about what commit you started from. |
ecda5de to
bc73916
Compare
|
Rebased this time around. |
|
That did it! Thanks all! #teamwork 😉 |
This PR adds
DisplayFeaturetoMediaQueryin the form of two new properties:displayFeaturesandhinge. This is split from a larger PR for foldable support in order to make it easier to review (#77156).Issues that will be fixed by this PR:
Depends on:
PRs that depend on this:
Pre-launch Checklist
///).