I've just switched to Android Studio and started developing a Flutter application. However, when I have an error in a code there's no information on the bottom displayed. Usually, either in PyCharm or Intellij short error description was displayed.
Now, to figure out what's wrong I need to click Command + F1 and then eventually pop up is displayed. The second option is to click top right side of the screen to have a summary of the errors, but that's no what I'm looking for.
Is it possible to restore the functionality like it's in PyCharm?
Eh, for anyone wondering, it turned out that you can disable "New UI" which was released in 2024.
The solution is simply to:
Full answer can be found here