After installation process, you can start create project in your command line tool.< /p>
Step 1
Create a directory/folder , example:
mkdir learn_flutter
Step 2
Orient your command line to the folder learn_flutter
learn_flutter cd
Step 3
Type as below to start creating a project
flutter create .
Step 4
Open the learn_flutter folder with your code editor. Or if you use VS Code, you can write
code .
this is where we can make our code
Step 5
to choose we run on the type of device what, you can see the image below
Step 6
You select the device for your debugging.
I chose windows-x64. So, let's run.
Step 7
After selecting the device, we can run this flutter application by pressing the F5 key. If on me, it will appear like the image below.