Search code examples
flutterintellij-idea

How to select devices in IntelliJ IDEA new UI?


New UI:

enter image description here

The app is currently running on a connected device, but I don't see any option to connect to another devices (for example, emulator). Here's the previous version of IDE, where I can see multiple devices.

Old UI:

enter image description here


Solution

  • It is a known problem https://github.com/flutter/flutter-intellij/issues/6270 Currently, you can customize the toolbar manually:

    • Right-click on main toolbar and select Customize Toolbar enter image description here

    • Select the needed group and click on Add Action

    • Dropdown Plugins | Flutter and select Flutter.DevicesSelector

      enter image description here