flutter-intellij
flutter-intellij copied to clipboard
Components API deprecation - migrate all ProjectManagerListener.projectOpened() to backgroundPostStartupActivity extensions
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 - [x] https://github.com/flutter/flutter-intellij/pull/8123
See also: https://github.com/flutter/flutter-intellij/issues/7718
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.
(Updated description w/ API calls to migrate.)
Closing this issue as https://github.com/flutter/flutter-intellij/issues/8361 is now tracking the verifier enums and status.