-
Notifications
You must be signed in to change notification settings - Fork 318
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 or remove all API usages that will be removed with time #7718
Comments
jwren
added a commit
to jwren/flutter-intellij
that referenced
this issue
Oct 16, 2024
https://github.com/JetBrains/intellij-community/blob/337bcc327a5d34720e134e312768de414c5572b0/platform/core-api/src/com/intellij/openapi/components/ServiceManager.java#L35 https://github.com/JetBrains/intellij-community/blob/d587049edb9cc85f67d4e070584ad79f68befc2e/platform/execution/src/com/intellij/execution/ExecutionManager.kt#L40 flutter#7718
jwren
added a commit
to jwren/flutter-intellij
that referenced
this issue
Oct 16, 2024
https://github.com/JetBrains/intellij-community/blob/337bcc327a5d34720e134e312768de414c5572b0/platform/core-api/src/com/intellij/openapi/components/ServiceManager.java#L35 https://github.com/JetBrains/intellij-community/blob/d587049edb9cc85f67d4e070584ad79f68befc2e/platform/execution/src/com/intellij/execution/ExecutionManager.kt#L40 flutter#7718
jwren
added a commit
that referenced
this issue
Oct 16, 2024
https://github.com/JetBrains/intellij-community/blob/337bcc327a5d34720e134e312768de414c5572b0/platform/core-api/src/com/intellij/openapi/components/ServiceManager.java#L35 https://github.com/JetBrains/intellij-community/blob/d587049edb9cc85f67d4e070584ad79f68befc2e/platform/execution/src/com/intellij/execution/ExecutionManager.kt#L40 This is progress towards resolving #7718
The pre-requisite for this was to migrate to Gradle IntelliJ platform |
jwren
added a commit
to jwren/flutter-intellij
that referenced
this issue
Dec 4, 2024
This is progress on flutter#7718
jwren
added a commit
to jwren/flutter-intellij
that referenced
this issue
Dec 4, 2024
This was referenced Dec 4, 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
https://github.com/JetBrains/intellij-community/blob/768c7392257e8fbedcc1aa4c738fa523b89fa0e6/platform/core-api/src/com/intellij/openapi/components/ServiceManager.java#L19 This is progress on #7718 The removal of the method in flutter-idea/src/io/flutter/module/settings/SettingsHelpForm.java is due to the method being unused
jwren
added a commit
that referenced
this issue
Dec 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many of the errors reported in the JetBrains marketplace, https://plugins.jetbrains.com/plugin/9212-flutter/edit/versions/stable/615584, are for deprecated issues which will be removed, these usages in the Flutter plugin need to be migrated or removed.
The text was updated successfully, but these errors were encountered: