I recently updated IntelliJ to 2021.3 Community Edition and I'm using the latest Dart and Flutter plugins.
Whenever I press ALT+Enter to open the context menu (for example if a needed library is not imported), it doesn't show all the expected options the first time. Instead, I get something like this:
If I close it and open it a second time, it's the same. But if I open it a third time, it works as expected:
It's as if it takes a while to compute which options should be shown. I never experienced this before upgrading (from a very old 2018 version).
Any ideas?