Skip to content

Commit 486624a

Browse files
authored
[verifier] migrate off to-be-removed PluginId.findId API (#8775)
https://github.com/JetBrains/intellij-community/blob/master/platform/extensions/src/com/intellij/openapi/extensions/PluginId.kt <img width="1274" height="184" alt="image" src="https://github.com/user-attachments/assets/b26c9782-61f4-4e2d-8730-c41e34fc3950" /> See: #8764 --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide]([https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
1 parent 43cc44e commit 486624a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/io/flutter/FlutterUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ public static boolean isXcodeWorkspaceFileName(@NotNull String name) {
349349

350350
@NotNull
351351
public static PluginId getPluginId() {
352-
final PluginId pluginId = PluginId.findId("io.flutter", "");
352+
final PluginId pluginId = PluginId.getId("io.flutter");
353353
assert pluginId != null;
354354
return pluginId;
355355
}

0 commit comments

Comments
 (0)