How to create a new Flutter Project

Create a new Flutter project:

First of all, let's create your flutter project, open your Android Studio or VS Code, and follow the following steps:

Press Ctrl + Shif + P to show all commands and select Flutter: New Project from the menu. 

Flutter New Project

After that select Application (Generate a Flutter Application) from the below menu.


Now select the folder where you want to create your project. And open that folder by selecting that folder.

Select Folder

Give a name to your project (App). 

NOTE: The name of your project must be in a lower case alphabet. Otherwise, your project will not be created.

Name of Project

After doing all the above steps your project will be created successfully. And you will see the main.dart screen where the default code will be written already.

Default Code


Watch my youtube channel Code With Mubeen for more interesting stuff.


Code With Mubeen

I have created this blog to share my knowledge with you about website development and mobile development with Flutter. Here, you will find Tutorials and Source code for Web Application Development Projects and Mobile Application Development Projects.

Post a Comment

Previous Post Next Post