Let's see how you can create a simple application in flutter.
Step 1: Get your PC configured and get VS code configured.
Here are the steps you need to follow to create a simple application.
Step 2: Create your first project.
Let's go into detail about this.
Step 1: You can visit the below link for detailed steps.
The following video might be helpful to you for setting up your PC.
Step 2: Create your first project.
- Open VS code.
-
Go to View and Select Command Palette.
-
And type flutter which will show you flutter project option there. If it's not showing, please look into if the required flutter plugins are installed or not.
-
Select Flutter template.
-
And give a name to your first project and select enter.
-
That's it. Your first project is created.
When you create a project in flutter, it comes with an example, that is ready to run.
So, If your emulator is configured correctly, you will be able to deploy the app into your emulator and debug it further.
Thanks,
Srikanth