Uh oh!
There was an error while loading. Please reload this page.
add directionality to CupertinoDialog - #167403
Conversation
794edf4 to
cd6c138CompareThis pull request has been changed to a draft. The currently pending flutter-gold status will not be able to resolve until a new commit is pushed or the change is marked ready for review again. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
cd6c138 to
9229e16Compare9229e16 to
398b76aCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
dkwingsmt
left a comment
There was a problem hiding this comment.
Great changes except for minor testing issues
autosubmit label was removed for flutter/flutter/167403, because - The status or check suite Google testing has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Fixes `CupertinoDialog` not respecting Directionality for actions Issue refers to AlertDIalog.adaptive, but I have found that problem occurs only in `CupertinoDialog`. ## Related Issues * Fixes [Dialog actions do not respect Directionality flutter#166880](flutter#166880) ## Tests Added 1 test ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing.
Fixes
CupertinoDialognot respecting Directionality for actionsIssue refers to AlertDIalog.adaptive, but I have found that problem occurs only in
CupertinoDialog.Related Issues
Tests
Added 1 test
Pre-launch Checklist
///).