flutter / flutter/flutter-intellij
[perf] Fix incorrect `parentDisposable`s
Open
P2
performance
platform-idea
tech debt
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
Using an `Application` or `Project` as a parent disposable in plugin code can lead to plugins not being unloaded correctly and with that memory leaks.
See: https://plugins.jetbrains.com/docs/intellij/disposers.html?from=IncorrectParentDisposable#choosing-a-disposable-parent
Contributor guide
Assessment
This issue has not been assessed yet.