Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Removed

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

### Changed

Expand All @@ -17,7 +18,6 @@

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

## 87.0.0

Expand Down
4 changes: 0 additions & 4 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,6 @@

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

<localInspection bundle="io.flutter.FlutterBundle" key="outdated.dependencies.inspection.name"
groupName="Flutter" enabledByDefault="true" level="WARNING" language="Dart"
implementationClass="io.flutter.inspections.FlutterDependencyInspection"/>

<editorNotificationProvider implementation="io.flutter.editor.FlutterPubspecNotificationProvider"/>
<editorNotificationProvider implementation="io.flutter.inspections.SdkConfigurationNotificationProvider"/>
<editorNotificationProvider implementation="io.flutter.editor.NativeEditorNotificationProvider"/>
Expand Down
186 changes: 0 additions & 186 deletions src/io/flutter/inspections/FlutterDependencyInspection.java

This file was deleted.