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.
-
To create a new Flutter project:
$ flutter create APP_NAME -
To run the Flutter project on an Android emulator or device:
$ flutter run -
To run the Flutter project on an iOS simulator or device:
$ flutter run -
To build a standalone Android APK file for release:
$ flutter run --release