I've set up flutter with IntelliJ and got to the point where demo app is running on both simulators, however hot reload seems to be only updating one of them, is it possible to update both at the same time? Here is example of the issue in action
I suppose this happens only when run from IDE. Try starting both simulators and run app from command line interface.
To run app from terminal on all simulators:
flutter run -d all
For hot reload press r
key on keyboard
For visual studio code users ; you can create 2 launch task. Launch the first one on a device, and the second on the other one.
Debug will work simultaneously on both. Even breakpoints.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With