Exploring samples of flutter create --sample=id argument:

When we create a new app project, we get by default a simple counter app. That is all nice and great, but what if we want to see examples of other various widgets in action? This is where the --sample argument for the flutter create
command-line comes into play. When using the flutter create --sample=id
command, we need to give it an id value and in this article, we will learn what those valid id values are.