You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the plugin from disk, when opening a Flutter project, IntelliJ freezes (i.e. becomes non-responsive to keyboard/mouse).
Though this has been reported in a non-virtualized environment, I have found this issue reliably reproduces in a UTM virtualized environment - aarch64 mac, with 8 GB of memory and a 30 GB HD.
Install IntelliJ 2025.1
Install the release_85 | 2025.1 plugin from disk
Open any flutter project (I just opened a newly created project using flutter create)
IDE freezes
The text was updated successfully, but these errors were encountered:
Could be related to: at io.flutter.pub.PubRoot.forDirectory(PubRoot.java:148) at io.flutter.pub.PubRootCache.getRoots(PubRootCache.java:71) at io.flutter.utils.FlutterModuleUtils.declaresFlutter(FlutterModuleUtils.java:328) at io.flutter.utils.FlutterModuleUtils$$Lambda/0x00000008012d27b0.test(Unknown Source) at java.util.stream.MatchOps$1MatchSink.accept([email protected]/MatchOps.java:90)
After spending some time myself looking at the issue, my current hypothesis is that it is related to the PubRoot stacktrace that you listed above, it was the only Flutter stack trace that I found in a profiler from the Flutter IJ plugin when the IDE was frozen. Uninstalling the Flutter IJ plugin yielded the IDEA platform not locking up.
I witnessed the behavior in 2023.3, 2024.1, 2024.2, and 2024.3 as well, since these are compiled with the other version of Java (before your recent PR), you have successfully ruled out the idea of upgrading Java as solution here.
After installing the plugin from disk, when opening a Flutter project, IntelliJ freezes (i.e. becomes non-responsive to keyboard/mouse).
Though this has been reported in a non-virtualized environment, I have found this issue reliably reproduces in a UTM virtualized environment - aarch64 mac, with 8 GB of memory and a 30 GB HD.
flutter create
)The text was updated successfully, but these errors were encountered: