Creating Project

On your terminal

Navigate to your desired directory and use the command below to create a new project.

$ flutter create techcamp_flutter_shopping_app

All your essential files will be created in a folder named "techcamp_flutter_shopping_app"

Open your project on your favorite IDE and let's make sure it works perfectly.

$ flutter run

Last updated