Skip to content

Remove performance view for newer Flutter SDK versions #7637

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 1 commit into from
Sep 5, 2024

Conversation

helin24
Copy link
Member

@helin24 helin24 commented Sep 5, 2024

Fixes #7624

@helin24 helin24 requested a review from jwren September 5, 2024 21:17
@helin24 helin24 merged commit d9f3db3 into flutter:master Sep 5, 2024
8 checks passed
@helin24 helin24 deleted the performance-gate branch September 5, 2024 21:50
public Object isApplicableAsync(@NotNull Project project, @NotNull Continuation<? super Boolean> $completion) {
FlutterSdk sdk = FlutterSdk.getFlutterSdk(project);
FlutterSdkVersion sdkVersion = sdk == null ? null : sdk.getVersion();
return sdkVersion == null || !sdkVersion.canUseDeepLinksTool();
Copy link
Member

Choose a reason for hiding this comment

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

Curious, how is the deep links tool related to the performance view?

Copy link
Member Author

Choose a reason for hiding this comment

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

Argh thanks for catching! This is a copy error; I meant this to be the opposite of the RemainingDevToolsViewFactory check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the Flutter Performance tool window
3 participants