Skip to content
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

Migrate instances of EditorNotifications.Provider to the new API (-> interface of EditorNotificationProvider) #7830

Closed
jwren opened this issue Nov 27, 2024 · 0 comments
Assignees
Milestone

Comments

@jwren
Copy link
Member

jwren commented Nov 27, 2024

From the verify cli command:

      #Deprecated class com.intellij.ui.EditorNotifications.Provider reference
          Deprecated class com.intellij.ui.EditorNotifications.Provider is referenced in io.flutter.editor.NativeEditorNotificationProvider.<init>(Project)
          Deprecated class com.intellij.ui.EditorNotifications.Provider is referenced in io.flutter.samples.FlutterSampleNotificationProvider
          Deprecated class com.intellij.ui.EditorNotifications.Provider is referenced in io.flutter.inspections.SdkConfigurationNotificationProvider
          Deprecated class com.intellij.ui.EditorNotifications.Provider is referenced in io.flutter.editor.NativeEditorNotificationProvider
          Deprecated class com.intellij.ui.EditorNotifications.Provider is referenced in io.flutter.editor.FlutterPubspecNotificationProvider.<init>(Project)
          Deprecated class com.intellij.ui.EditorNotifications.Provider is referenced in io.flutter.inspections.SdkConfigurationNotificationProvider.<init>(Project)
          Deprecated class com.intellij.ui.EditorNotifications.Provider is referenced in io.flutter.editor.FlutterPubspecNotificationProvider
          Deprecated class com.intellij.ui.EditorNotifications.Provider is referenced in io.flutter.samples.FlutterSampleNotificationProvider.<init>(Project)
@jwren jwren added this to the M84 milestone Nov 27, 2024
@jwren jwren self-assigned this Nov 27, 2024
jwren added a commit to jwren/flutter-intellij that referenced this issue Nov 27, 2024
jwren added a commit to jwren/flutter-intellij that referenced this issue Nov 30, 2024
jwren added a commit that referenced this issue Dec 2, 2024
jwren added a commit that referenced this issue Dec 2, 2024
jwren added a commit to jwren/flutter-intellij that referenced this issue Dec 2, 2024
jwren added a commit that referenced this issue Dec 3, 2024
jwren added a commit to jwren/flutter-intellij that referenced this issue Dec 3, 2024
jwren added a commit to jwren/flutter-intellij that referenced this issue Dec 3, 2024
jwren added a commit to jwren/flutter-intellij that referenced this issue Dec 4, 2024
jwren added a commit that referenced this issue Dec 4, 2024
@jwren jwren closed this as completed Dec 9, 2024
jwren added a commit that referenced this issue Feb 14, 2025
https://github.com/flutter/flutter-intellij/milestone/96

https://plugins.jetbrains.com/plugin/9212-flutter/edit/versions

```
# 84
- Fix the slow operation notification associated with PubRoot (#7885)
- Cleanup: removal of pre Dart SDK 3.0 code (#7882)
- Cleanup: removal of the deprecated Swing-- Fix the slow operation notification associated with PubRoot (#7885)based Inspector window (#7861)
- Cleanup: removal of the deprecated Outline window (#7816)
- Cleanup: removal of the deprecated Performance page window (#7816)
- Migrated all instances of EditorNotifications.Provider to the new API (#7830)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant