How do I change the ios simulator in Flutter?

Viewed 5299

I changed the simulator in Xcode but when I opened it on Android Studio, it always opens the same one How do I change the simulator for Flutter?

1 Answers

On Mac when you open simulator go to

file->open devices->iOS...

Related