Skip to content

Commit eebb9ab

Browse files
authored
Remove IncompatibleDartPluginNotificationProvider.java (#7685)
The IDE takes care of this messaging, and this editor inspection causes "java.lang.Throwable: Slow operations are prohibited on EDT." on recent (2024.2) versions of the AS/IDEA.
1 parent 31bb8f6 commit eebb9ab

File tree

4 files changed

+0
-102
lines changed

4 files changed

+0
-102
lines changed

flutter-idea/src/io/flutter/FlutterBundle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@ app.inspector.error_loading_property_details=Error loading property details
2626
app.inspector.loading_properties=Loading properties
2727
app.inspector.nothing_to_show=Nothing to show
2828

29-
dart.plugin.update.action.label=Update Dart
3029
dart.sdk.is.not.configured=Dart SDK is not configured
3130

3231
error.folder.specified.as.sdk.not.exists=The folder specified as the Flutter SDK home does not exist.
3332
error.flutter.sdk.without.dart.sdk=The Flutter SDK installation is incomplete; please see: https://flutter.dev/get-started.
3433
error.sdk.not.found.in.specified.location=Flutter SDK is not found in the specified location.
3534

3635
flutter.command.exception.message=Exception: {0}
37-
flutter.incompatible.dart.plugin.warning=Flutter requires a Dart plugin with a minimum version of {0} (currently installed: {1}).
3836
flutter.module.name=Flutter
3937
flutter.no.sdk.warning=No Flutter SDK Configured.
4038
flutter.project.description=Build high-performance, high-fidelity, apps using the Flutter framework.

flutter-idea/src/io/flutter/dart/DartPlugin.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,6 @@ public static void setCheckForUpdates(@NotNull DartSdkUpdateOption sdkUpdateOpti
9494
DartSdkUpdateOption.setDartSdkUpdateOption(sdkUpdateOption);
9595
}
9696

97-
/**
98-
* Return the minimum required {@link Version} of the Dart Plugin.
99-
*/
100-
@NotNull
101-
public Version getMinimumVersion() {
102-
return MINIMUM_VERSION;
103-
}
104-
10597
/**
10698
* Return the {@link Version} of the currently installed Dart Plugin.
10799
*/

flutter-idea/src/io/flutter/inspections/IncompatibleDartPluginNotificationProvider.java

Lines changed: 0 additions & 89 deletions
This file was deleted.

resources/META-INF/idea-contribs.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
<!-- Defines IDEA IDE-specific contributions and implementations. -->
22
<idea-plugin>
3-
<extensions defaultExtensionNs="com.intellij">
4-
<editorNotificationProvider implementation="io.flutter.inspections.IncompatibleDartPluginNotificationProvider"/>
5-
</extensions>
63
</idea-plugin>

0 commit comments

Comments
 (0)