Skip to content

Commit d478642

Browse files
authored
Remove the FlutterDependencyInspection.java LocalInspectionTool from the plugin (#8482)
See #8481 for context
1 parent 5ce118e commit d478642

File tree

3 files changed

+1
-191
lines changed

3 files changed

+1
-191
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Removed
66

77
- The Flutter version is now read from the file ./bin/cache/flutter.version.json, required in Flutter 3.33+ (#8465)
8+
- Notification of required pub actions at the top of Dart files (#7623, #8481)
89

910
### Changed
1011

@@ -17,7 +18,6 @@
1718

1819
- Register VM service with DTD (#8436)
1920
- Fix for ClassCastException: BadgeIcon on flutter runs (#8426)
20-
- Fix the FlutterDependencyInspection for the analyzer workspaces (#8428)
2121

2222
## 87.0.0
2323

resources/META-INF/plugin.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,6 @@
338338

339339
<projectOpenProcessor id="flutter" implementation="io.flutter.project.FlutterProjectOpenProcessor" order="first"/>
340340

341-
<localInspection bundle="io.flutter.FlutterBundle" key="outdated.dependencies.inspection.name"
342-
groupName="Flutter" enabledByDefault="true" level="WARNING" language="Dart"
343-
implementationClass="io.flutter.inspections.FlutterDependencyInspection"/>
344-
345341
<editorNotificationProvider implementation="io.flutter.editor.FlutterPubspecNotificationProvider"/>
346342
<editorNotificationProvider implementation="io.flutter.inspections.SdkConfigurationNotificationProvider"/>
347343
<editorNotificationProvider implementation="io.flutter.editor.NativeEditorNotificationProvider"/>

src/io/flutter/inspections/FlutterDependencyInspection.java

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

0 commit comments

Comments
 (0)