Flutter Tutorial for Beginners #2 How to Create Flutter Project
#Flutter
#AppDevelopment
#TechnoTrendz
#vscode
#beginner
Create the app :
1. Open the IDE and select Create New Flutter Project.
2. Select Flutter Application as the project type. Then click Next.
3. Verify the Flutter SDK path specifies the SDK’s location (select Install SDK… if the text field is blank).
4. Enter a project name (for example, myapp). Then click Next.
Click Finish.
5. Wait for Android Studio to install the SDK and create the project.