A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Download Flutter SDK. (https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.24.5-stable.zip) Unzip the zip file and then add its path as System Environment Path.
- Install Android Studio. (Android API 34)
- Install JDK 17.
- Set environment variable JAVA_HOME as "C:\Program Files\Java\jdk-17"
- Add path of "%JAVA_HOME%\bin" into environment variable.
- Install Flutter Extension in Visual Studio Code. (You can refer this docs. https://docs.flutter.dev/tools/vs-code)
- Test if Flutter is successfully registered as a recognized command in cmd.
- In the project directory, run "flutter doctor -v" to check if environment is all correctly setup for running the project.
- Run command "flutter run" to run the project.