Skip to content

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

Open
1 of 2 tasks
jwren opened this issue Oct 20, 2023 · 2 comments
Assignees
Milestone

Comments

@jwren
Copy link
Member

jwren commented Oct 20, 2023

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.



See also: #7718

@jwren
Copy link
Member Author

jwren commented Nov 15, 2024

The pre-requisite for this was to migrate to Gradle IntelliJ platform 2.1.x to have the update verifier which is done, this work will not be finished for this upcoming Milestone, bumping to the next one.

@jwren jwren modified the milestones: M83, M84 Nov 15, 2024
@jwren jwren changed the title Components API deprecation Components API deprecation - migrate all ProjectManagerListener.projectOpened() to backgroundPostStartupActivity extensions Dec 18, 2024
@jwren jwren modified the milestones: M84, M85 Feb 10, 2025
@jwren jwren modified the milestones: M85, M86 Apr 9, 2025
@pq
Copy link
Contributor

pq commented Apr 28, 2025

(Updated description w/ API calls to migrate.)

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants