-
Notifications
You must be signed in to change notification settings - Fork 325
Components API deprecation - migrate all ProjectManagerListener.projectOpened() to backgroundPostStartupActivity extensions #6953
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
Milestone
Comments
jwren
added a commit
to jwren/flutter-intellij
that referenced
this issue
Oct 20, 2023
jwren
added a commit
that referenced
this issue
Oct 24, 2023
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 18, 2024
jwren
added a commit
to jwren/flutter-intellij
that referenced
this issue
Dec 18, 2024
jwren
added a commit
to jwren/flutter-intellij
that referenced
this issue
Dec 20, 2024
jwren
added a commit
that referenced
this issue
Dec 20, 2024
3 tasks
(Updated description w/ API calls to migrate.) |
1 task
pq
added a commit
that referenced
this issue
Apr 28, 2025
Move `FlutterSdkManager` (unstable) post-project open initialization to a (supported) `ProjectActivity`. See: #8100, #6953 --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://plugins.jetbrains.com/docs/intellij/plugin-components.html#comintellijpoststartupactivity for notice and documentation on the deprecation intentions of Components from JetBrains.
Migration forward has different directions before and after
2023.1
, if we can, it would be prudent to wait until we are only supporting this major platform as a minimum version.FlutterProjectStructureDetector
FlutterSdkManager
offprojectOpened
#8123See also: #7718
The text was updated successfully, but these errors were encountered: