Creating a New Project
Learn how to create your first Flutter Project.
We'll cover the following...
We'll cover the following...
Command line
You can create your Flutter Project by typing the following command in your terminal:
$ flutter create my_todo_app
When you run this command, a folder named my_todo_app
will appear on the ...