Skip to content

Conversation

@YeungKC
Copy link
Member

@YeungKC YeungKC commented Jan 4, 2021

Description

This error ui was introduced by me in #65501.

before:
#73203 (comment)
after:
image
image

Related Issues

close #73203

Tests

I added the following tests:

Replace this with a list of the tests that you added as part of this PR. A change in behavior with no test covering it
will likely get reverted accidentally sooner or later. PRs must include tests for all changed/updated/fixed behaviors. See Test Coverage.

Checklist

Before you create this PR, confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.
  • The analyzer (flutter analyze --flutter-repo) does not report any problems on my PR.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Did any tests fail when you ran them? Please read Handling breaking changes.

@xster
Should we do all mode golden tests to prevent such issues from happening again?

@flutter-dashboard flutter-dashboard bot added f: cupertino flutter/packages/flutter/cupertino repository framework flutter/packages/flutter repository. See also f: labels. labels Jan 4, 2021
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@google-cla google-cla bot added the cla: yes label Jan 4, 2021
@skia-gold
Copy link

Gold has detected about 15 untriaged digest(s) on patchset 1.
View them at https://flutter-gold.skia.org/cl/github/73276

@YeungKC YeungKC requested a review from xster January 4, 2021 19:34
@skia-gold
Copy link

Gold has detected about 47 untriaged digest(s) on patchset 2.
View them at https://flutter-gold.skia.org/cl/github/73276

Copy link
Member

@xster xster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New goldens LG. Thanks!

@fluttergithubbot fluttergithubbot merged commit 35af0d7 into flutter:master Jan 6, 2021
pcsosinski pushed a commit to pcsosinski/flutter that referenced this pull request Jan 14, 2021
pcsosinski pushed a commit that referenced this pull request Jan 14, 2021
* Update engine hash to 1.25.0-8.3.pre

* Fix dateAndTime and time modes of CupertinoDatePicker. (#73276)

* Fix cupertino icons mapping which was misaligned by 1 (#72384)

* Add recommended Xcode version to doctor (#73808)

* Remove unnecessary Xcode version check

Co-authored-by: YeungKC <[email protected]>
Co-authored-by: xster <[email protected]>
Co-authored-by: Jenn Magder <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

f: cupertino flutter/packages/flutter/cupertino repository framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CupertinoDatePicker] Selection background is broken for mode "time" and "dateAndTime"

4 participants