Top

RUN AND UPDATE DEPENDENCY

Welcome to Flutter ! Flutter helps you build modern applications.

For getting started an Flutter application you needs two things as Prerequisites.

These are basic commands to run & build Flutter project.


  1. To create a new Flutter project:
    $ flutter create APP_NAME
  2. To run the Flutter project on an Android emulator or device:
    $ flutter run
  3. To run the Flutter project on an iOS simulator or device:
    $ flutter run
  4. To build a standalone Android APK file for release:
    $ flutter run --release