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