flutterhot-reload

Flutter Hot Reload to multiple devices


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


Solution

  • 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