flutter create new project
$ flutter create my_app
$ cd my_app
$ flutter analyze
$ flutter test
$ flutter run lib/main.dartflutter create new project
$ flutter create my_app
$ cd my_app
$ flutter analyze
$ flutter test
$ flutter run lib/main.dartrun existing project flutter
Project Setup
1. Install package dependencies:
	
    flutter pub get
2. Run the project by running command:
	flutter run
	flutter run -d chrome
    
3. Use one of these commands to build the project:
	flutter build apk
	flutter build ios
	flutter build appbundle
    
4. If any issue (run the below command to troubleshoot):
	flutter doctorCopyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us
