This README file guides you through the process of setting up the Flutter project on Windows and running it.
-
Install Flutter by following the instructions in the official Flutter documentation: https://docs.flutter.dev/get-started/install/windows/mobile?tab=vscode
-
Install Flutter in Visual Studio Code (recommended) or Android Studio.
-
Create a New Flutter Project
- In Visual Studio Code, press
Ctrl+Shift+P
and search for "Flutter: New Project". - In Android Studio, go to
File > New > New Flutter Project
.
- In Visual Studio Code, press
-
Open the Project Folder in Explorer
- Navigate to the folder of the project you just created.
-
Replace Project Files
- Unzip the provided
.zip
file, which contains the updated project files. - Copy the files from the unzipped folder into the project folder, replacing existing files when prompted.
- Unzip the provided
-
Open the Project with Updated Files
- Open the project folder.
-
Navigate to the main.dart File in the lib Folder
- Go to the
main.dart
file in the project'slib
folder.
- Go to the
-
Build and Run Using an Android Emulator
- Start an Android emulator or connect a physical Android device.
- Build the app in the editor you are using. You should now see the app running on the Android emulator or your connected Android device.