flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.95k stars 310 forks source link

SEVERE: Intellij IDEA Ultimate crashes during editor input #7354

Closed acheronian closed 1 month ago

acheronian commented 1 month ago

Updated to latest plugin version of flutter with newest version of Intellij, random crashes happening after several seconds of trying to code which makes it unusable. Cannot downgrade to previous version without downgrading Intellij IDEA.

Disabling the plugin does not result in crashes.

Steps to Reproduce

  1. Open intellij IDEA
  2. Wait for IDEA to complete indexing
  3. Try to add code in .dart file
  4. Crash

Version info

Intellij IDEA: Build #IU-241.14494.240 Flutter plugin: 79.0.3

Intellij Log

idea.log

EDIT:

This error message popped up, catched it this time: grafik

jwren commented 1 month ago

Looking through the logs I don't have enough information to figure out what is happening. There is no unknown exception out of the Flutter plugin. There is not an exception at the end of your logs. I cannot reproduce using this version of the flutter plugin and Ultimate myself.

Consider changing to an older more stable version of the platform, such as AS 2023.2 Iguana or AS 2023.3 Jellyfish.

acheronian commented 1 month ago

Thank you for the quick answer.

After further investigation and downgrading to an earlier version of both intellij and flutter plugin, the issue did not resolve itself, random crashes still happen without warning.