Description
In Flutter projects, the toolbar shows two separate device selectors:
- Left: "Select Device ↓" (standard Android Studio selector)
- Right: "[platform] (desktop/web/etc.) ↓" (Flutter's own target selector)
This is confusing and clutters the UI. The standard selector is unnecessary for pure Flutter projects.
Environment
- Android Studio / IntelliJ IDEA version: Android Studio Otter 3 Feature Drop | 2025.2.3
- Flutter plugin version: 89.0.0
- Flutter version: Flutter 3.38.9 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 67323de285 (10 days ago) • 2026-01-28 13:43:12 -0800
Engine • hash 5eb06b7ad5bb8cbc22c5230264c7a00ceac7674b (revision 587c18f873) (10 days ago) • 2026-01-27 23:23:03.000Z
Tools • Dart 3.10.8 • DevTools 2.51.1
- OS: macOS Tahoe 26.2
Steps to reproduce
- Open a Flutter project
- Look at the main toolbar
- See two device dropdowns side by side
Expected behavior
Only one device selector (Flutter's target selector) should be visible by default.
Current workaround
Right-click toolbar → Customize Toolbar → Remove the standard "Device Selector" action.
Screenshot

Description
In Flutter projects, the toolbar shows two separate device selectors:
This is confusing and clutters the UI. The standard selector is unnecessary for pure Flutter projects.
Environment
Framework • revision 67323de285 (10 days ago) • 2026-01-28 13:43:12 -0800
Engine • hash 5eb06b7ad5bb8cbc22c5230264c7a00ceac7674b (revision 587c18f873) (10 days ago) • 2026-01-27 23:23:03.000Z
Tools • Dart 3.10.8 • DevTools 2.51.1
Steps to reproduce
Expected behavior
Only one device selector (Flutter's target selector) should be visible by default.
Current workaround
Right-click toolbar → Customize Toolbar → Remove the standard "Device Selector" action.
Screenshot