Skip to content

Conversation

@LongCatIsLooong
Copy link
Contributor

@LongCatIsLooong LongCatIsLooong commented Sep 27, 2019

Description

Updated dark mode colors. Text editing menu color is still not correct: #41507. The color of the clear button seems to have changed in iOS 13.1 so might be different from what you see on iOS 13.0 devices/simulators.

Screenshots

dark light before
Simulator Screen Shot - iPhone Xʀ - 2019-09-27 at 15 10 15 Simulator Screen Shot - iPhone Xʀ - 2019-09-27 at 15 08 08 Simulator Screen Shot - iPhone Xʀ - 2019-10-02 at 17 52 19

Related Issues

#35541

Tests

I added the following tests:

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 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

Does your PR require Flutter developers to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (Please read Handling breaking changes). Replace this with a link to the e-mail where you asked for input on this proposed change.

@fluttergithubbot fluttergithubbot added f: cupertino flutter/packages/flutter/cupertino repository f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. labels Sep 27, 2019
@LongCatIsLooong LongCatIsLooong added c: API break Backwards-incompatible API changes will affect goldens Changes to golden files and removed work in progress; do not review labels Sep 27, 2019
@LongCatIsLooong LongCatIsLooong changed the title WIP Cupertino { TabScafold, TextSelection, TextField } dark mode & minor fidelity update Cupertino { TabScafold, TextSelection, TextField } dark mode & minor fidelity update Sep 27, 2019
Copy link
Contributor

@justinmc justinmc left a comment

Choose a reason for hiding this comment

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

LGTM 👍

const EdgeInsets _kToolbarButtonPadding = EdgeInsets.symmetric(vertical: 10.0, horizontal: 18.0);
const Radius _kToolbarBorderRadius = Radius.circular(8);
// Colors extracted from https://developer.apple.com/design/resources/.
// TODO(LongCatIsLooong): https://github.com/flutter/flutter/issues/41507.
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for noticing this and creating the issue.

Copy link
Contributor

@HansMuller HansMuller left a comment

Choose a reason for hiding this comment

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

LGTM (too)

@LongCatIsLooong LongCatIsLooong removed the c: API break Backwards-incompatible API changes label Oct 1, 2019
LongCatIsLooong added a commit to flutter/goldens that referenced this pull request Oct 2, 2019
Copy link
Contributor

@Piinks Piinks left a comment

Choose a reason for hiding this comment

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

LGTM!

@LongCatIsLooong LongCatIsLooong merged commit 9529d67 into flutter:master Oct 7, 2019
@LongCatIsLooong LongCatIsLooong deleted the dark-mode-t-part1 branch October 7, 2019 23:41
Inconnu08 pushed a commit to Inconnu08/flutter that referenced this pull request Nov 26, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

f: cupertino flutter/packages/flutter/cupertino repository f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. will affect goldens Changes to golden files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants