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_appOpen your project on your favorite IDE and let's make sure it works perfectly.
$ flutter runLast updated
Was this helpful?