DEV Community

nabbisen
nabbisen

Posted on • Updated on • Originally published at scqr.net

Fix missing Flutter menus in Android Studio

Problem

When I struggled to build Flutter 2 development environment with Android Studio in Arch Linux, I sometimes met the situation where Flutter menus were missing.
I installed Flutter and Dart via pacman and also "Configure"d "Plugins" of them on Android Studio. The start menus didn't show, however, Flutter menus.

Problem 1

I could create only Android projects 🤕

Problem 2

Solution

Case 1. Just hidden

The window of Android Studio start menus is expandable. Try to resize it:

Solution 1

Case 2. Broken configuration

It may be because Android Studio is configured before Flutter configuration is completed. Restore the default settings:

Solution 2

... and Flutter menus will appear with luck 🙂

Solved

Oldest comments (0)