flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Components API deprecation - migrate all ProjectManagerListener.projectOpened() to backgroundPostStartupActivity extensions

Open jwren opened this issue 2 years ago • 2 comments

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

jwren avatar Oct 20 '23 18:10 jwren

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 avatar Nov 15 '24 21:11 jwren

(Updated description w/ API calls to migrate.)

pq avatar Apr 28 '25 20:04 pq

Closing this issue as https://github.com/flutter/flutter-intellij/issues/8361 is now tracking the verifier enums and status.

jwren avatar Jul 31 '25 19:07 jwren