Flutter: Create empty project with hello world app
When using the flutter create
command to create a new Flutter app project, a counter app project is built by default. Instead of deleting the unwanted pieces of code every time I create a new project I wondered whether there was a way to start with a more simple, empty project. To begin, we will first create a simplified version of the Counter App project and from there change it into a generic "hello world" app.