Skip to content

Fix ink highlight effect of RawChip#28653

Merged
HansMuller merged 2 commits intoflutter:masterfrom
ocavue-forks:fix_chip_ink_highlight_
Mar 1, 2019
Merged

Fix ink highlight effect of RawChip#28653
HansMuller merged 2 commits intoflutter:masterfrom
ocavue-forks:fix_chip_ink_highlight_

Conversation

@ocavue
Copy link
Contributor

@ocavue ocavue commented Feb 28, 2019

Description

Make the ink highlight effect of RawChip follow its shape.

Related Issues

Fixed: #28646

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.
  • My PR includes tests for all changed/updated/fixed behaviors (See Test Coverage).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (flutter analyze --flutter-repo) does not report any problems on my PR.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • 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?

  • No, this is not a breaking change.

@ocavue ocavue force-pushed the fix_chip_ink_highlight_ branch from 63e67d1 to 515377e Compare March 1, 2019 06:31
Use InkWell instead of InkResponse to provide highlight.

Fixed: flutter#28646
@ocavue ocavue force-pushed the fix_chip_ink_highlight_ branch from 515377e to 88246f7 Compare March 1, 2019 06:37
@ocavue ocavue changed the title [WIP] Fix ink highlight effect of RowChip Fix ink highlight effect of RowChip Mar 1, 2019
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, thanks for the contribution!

I will land this as soon as its possible to land this.

@HansMuller HansMuller changed the title Fix ink highlight effect of RowChip Fix ink highlight effect of RawChip Mar 1, 2019
@HansMuller HansMuller merged commit 1df28e8 into flutter:master Mar 1, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ChoiceChip has wrong InkResponse highlight effect

3 participants