0

I'm using IntelliJ IDEA to code Flutter and usually have 2 simulators running (ios and android). It is kinda annoying when I have to switch the target device manually when I update the code.

Any plugin that can do the trick for IntelliJ IDEA

Harvey
  • 1,353
  • 1
  • 14
  • 27
  • Does this answer your question? [Flutter Hot Reload to multiple devices](https://stackoverflow.com/questions/51669258/flutter-hot-reload-to-multiple-devices) –  Mar 04 '20 at 07:37

1 Answers1

0

~As I know, this feature only supported in Visual Studio Code~

Please check https://github.com/flutter/flutter/wiki/Multi-device-debugging-in-VS-Code

Updated Genchi Genbutsu

It possible to do with console commands Flutter Hot Reload to multiple devices

Yauhen Sampir
  • 1,989
  • 15
  • 16