To run your app in Simulator, choose an iOS simulator—for example, iPhone 6 Plus, iPad Air, or iPhone 6 + Apple Watch – 38mm—from the Xcode scheme pop-up menu and click Run . Xcode builds your project and then launches the most recent version of your app running in Simulator on your Mac screen, as shown in Figure 1-1.
Read moreHow do I run the Flutter app in Xcode simulator?
Deploy to iOS devices
Read moreCan Flutter run on iOS?
Flutter is a new way to build UIs for mobile, but it has a plugin system to communicate with iOS (and Android) for non-UI tasks . If you’re an expert in iOS development, you don’t have to relearn everything to use Flutter. Flutter also already makes a number of adaptations in the framework for you when running on iOS.
Read more