To start using the flutter you can access Flutter.
Execute the commanded flutter doctor
at your terminal.
To create a flutter project run the command.
flutter create my_app
cd my_app
flutter run
You can run the command flutter build
to build the app.
You can also use the command flutter install
to install the app on your emulator.