3 STEPS TO CREATE FLUTTER PROJECT
1- Click on New Flutter Project
2- Click on Flutter on the sidebar and write the path of Flutter SDK where you install flutter, in my case, it is C:\src\flutter, and click Next.
3- Give your project a name. Make sure the name is lower case and separated by an underscore(_) instead of white spaces for example if your project name is todolist type it either todo_list or todolist. You cannot write todo list or TodoList.
Make sure to check Create Project Offline in the lower right corner of the screen.
And click on Finish
Congratulations Flutter project has been created