I'm looking at Flutter for the first time today. I am using just the basic demo code you get when you create a new project. I can run the app fine on Android emulator and on a physical Android device, no problems. However it is not working on the iPhone simulator. The app is created and installed on the simulator but when it runs a white screen flashes for a second and closes.
Any ideas? As I said, this is my first time with Flutter so I'm sure I have something setup wrong but I don't know where to look.
MacBook Air
MacOS 10.13.4
Xcode 9.3 (9E145)
Simulator version 10.0 (SimulatorApp-851.2 CoreSimulator-518.19)
Visual Studio Code 1.21.1
Flutter 0.2.3
No issues reported from Flutter Doctor.
Thanks
Terry