Flutter Setup
Flutter Setup
After downloading, extract the .zip file to your desired installation location.
Install Android Studio for Android development, or another IDE like Visual Studio Code (VS Code).
Android Studio:
Android Studio should automatically install the necessary SDKs during installation, but you can
manually check:
Select Start a new Flutter project from the welcome screen or navigate to File > New > New Flutter
Project.
Set the Project name, Flutter SDK path, and Project location.
Choose a Kotlin or Java project (based on your preference, Kotlin is the recommended
language for Android).
Finish the setup.
In Android Studio, select the device/emulator you want to run the app on from the Device
Selector (top-right of the IDE).