To Start with any programming language or its frameworks obviously we need to know some information about the programming language. That basic information includes the character set used, operators, library functions, and so on. After that, we should know how to create a new basic project in that programming language. Today we will learn here – How to Create a New Project in Flutter.
To Create a New Project in Flutter you should have Flutter IDE ( Integrated Development Environment ) setup on your OS ( Operating System ) of choice. You can check my setup below –
- Operating System ( Windows 10 ) => Download Here
- Code Editor ( VS Code ) => Download Here
- Android Studio => Download Here
- Flutter CLI => Download Here
- Flutter Plugins in VS Code and Android Studio ( You can download them from Extensions or plugin sections from respective IDEs or code editors. )
You can also follow the same setup as per your choice.
Now we are ready to create a new project in a flutter.
Open VS Code.
Press Ctrl + Shift + P
Select Application And Press Enter
Choose a Folder of your choice ( where you want to create your flutter project ) here at this step.
Now type your desired app name here at this step. I have kept it as “demo_app”.
Now. Flutter CLI will start creating a new flutter app for you. After waiting for a couple of seconds, our new project will be ready.
Our New Flutter Application is now ready. Enjoy Fluttering.
Read More Articles from me on my official website.
To stay tuned with me subscribe on youtube.