Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Widget Inspector] Clean-up changes in PR #167677 #168488

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

Merged
merged 6 commits into from
May 8, 2025

Conversation

elliette
Copy link
Member

@elliette elliette commented May 7, 2025

Follow-up to #167677

Addresses clean-up comments in cherry-pick: #168386

@github-actions github-actions bot added framework flutter/packages/flutter repository. See also f: labels. f: material design flutter/packages/flutter/material repository. f: cupertino flutter/packages/flutter/cupertino repository labels May 7, 2025
@@ -29,7 +29,7 @@ import 'page.dart';
import 'scaffold.dart' show ScaffoldMessenger, ScaffoldMessengerState;
import 'scrollbar.dart';
import 'theme.dart';
import 'theme_data.dart';
import 'theme_data.dart' show MaterialTapTargetSize;
Copy link
Member Author

@elliette elliette May 7, 2025

Choose a reason for hiding this comment

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

Although theme.dart exports ThemeData, it doesn't export the MaterialTapTargetSize (which is the reason for the added import to theme_data.dart)

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, I see! Maybe it should then. I looked around and noticed it is used multiple times like this. Can you change theme.dart to also export MaterialTapTargetSize as well instead?

@elliette elliette marked this pull request as ready for review May 7, 2025 20:14
@elliette elliette requested a review from Piinks May 7, 2025 20:14
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! Thank you for following up on this. 🙏 💙

@elliette elliette added the autosubmit Merge PR when tree becomes green via auto submit App label May 8, 2025
@auto-submit auto-submit bot added this pull request to the merge queue May 8, 2025
Merged via the queue into flutter:master with commit 83082c1 May 8, 2025
75 checks passed
@flutter-dashboard flutter-dashboard bot removed the autosubmit Merge PR when tree becomes green via auto submit App label May 8, 2025
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 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.

2 participants