Dart Code
Dart & Flutter support for Visual Studio Code Discord Chat Follow on Twitter Contribute to Dart Code

Quickly Switching Between Flutter Devices

If you have multiple devices or simulators connected then there are a number of ways to quickly switch between them:

  1. Clicking on the currently selected device in the status bar
  2. Executing the Flutter: Select Device command
  3. Pressing your custom key binding for the Flutter: Select Device command

You will be presented with a pick list of all devices and simulators to select from:

Selecting a new device will apply from the next debugging session.

Device Not Listed?

If your device or simulator is not listed then Flutter may not have detected it. If using a physical device please ensure USB debugging is enabled and/or disconnect and reconnect your device. If using a simulator try restarting it. Run flutter doctor -v for additional troubleshooting.