IOS setup: Create and run a simple Flutter app

Create and run a simple Flutter app

  1. Create a new Flutter app by running the following from the command line: $ flutter create my_app.
  2. A my_app directory is created, containing Flutter’s starter app. Enter this directory: $ cd my_app.
  3. To launch the app in the Simulator, ensure that the Simulator is running and enter: $ flutter run.

Related concepts

Create and run a simple Flutter app

IOS setup: Create and run a simple Flutter app — Structure map

Clickable & Draggable!

IOS setup: Create and run a simple Flutter app — Related pages: