flutter run
command does not launch in iOS Simulator. It launches good on Android simulator though. Using Mac. It seems to build the app only for Android.
flutter doctor
runs good and all necessary iOS components are installed. flutter devices
.flutter run
command, it built the app for iOS and ran on the iOS Simulator.