Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add secondary tap capabilities to TableRowInkWell #123036

Merged
merged 2 commits into from Mar 31, 2023

Conversation

justinmc
Copy link
Contributor

@justinmc justinmc commented Mar 20, 2023

Recently, #119058 added secondary tap support to InkWell. This PR adds it to TableRowInkWell, too.

CC @chinmoy12c

This was noticed in: maxim-saplin/data_table_2#176 (comment)

Closes #116643

@justinmc justinmc self-assigned this Mar 20, 2023
@flutter-dashboard flutter-dashboard bot added f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. labels Mar 20, 2023
Copy link
Contributor

@Renzo-Olivares Renzo-Olivares left a comment

Choose a reason for hiding this comment

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

LGTM

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, but lookin at the super class the docs are a bit confusing. I'll file a separate issue on that. :)

@Piinks
Copy link
Contributor

Piinks commented Mar 20, 2023

Filed #123049. I feel silly having approved the PR that added this, but in retrospect, the secondary button can be confusing if you do not already know about it. :)

@justinmc
Copy link
Contributor Author

Agreed, thanks for filing the issue!

@Renzo-Olivares
Copy link
Contributor

Does this also close #116643?

@justinmc
Copy link
Contributor Author

Yes, thanks!

@justinmc justinmc merged commit 63e3048 into flutter:master Mar 31, 2023
72 checks passed
@justinmc justinmc deleted the table-row-ink-well-secondary-tap branch March 31, 2023 16:42
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 31, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 31, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 31, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 31, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Apr 1, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Apr 1, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Apr 1, 2023
exaby73 pushed a commit to NevercodeHQ/flutter that referenced this pull request Apr 17, 2023
Added new parameters onSecondaryTap and onSecondaryTapDown
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request May 10, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataTable: missing secondary tap callback
3 participants