Flutter Hot Reload to multiple devices

Japang LY picture Japang LY · Aug 3, 2018 · Viewed 15.3k times · Source

Is it possible to connect multiple devices with hot reload? Specifically, both Android and iOS emulators at the same time.

Answer

Andrey Rankov picture Andrey Rankov · Aug 15, 2018

This works for me in Android Studio:

  1. Start both emulators / connect devices

  2. Run your code with flutter run -d all

  3. Press r to hot reload