Welcome! ๐ Ready to set up the project I provided for you? Donโt worry, Iโll guide you step-by-step on how to get everything up and running, from installing the necessary tools to running the simulator! ๐
Make sure to follow these instructions completely, and feel free to reach out if you hit any issues. ๐
โจ Steps to Setup the Project
1. Install Visual Studio Code (VSCode)
VSCode is the editor weโll be using to write and manage our Flutter project.
- Download VSCode from the official website.
- Install it on your machine by following the installation instructions.
- After installing, open VSCode.
- In VSCode, go to
View โ Extensions (or press Ctrl+Shift+X), and search for and install these extensions:
These extensions help with Flutter development and provide useful tools youโll need.
2. Install Android Studio (For the Emulator)
Even though we use VSCode for writing code, we still need Android Studio to manage the Android SDK and set up the Android Emulator.
- Download Android Studio from the official website.
- During installation, keep the default settings selected.
- Once installed, open Android Studio.
- Install the Android SDK:
a. When you launch Android Studio for the first time, it will prompt you to install the Android SDK.
b. If you donโt see this prompt, go to:
- Tools โ SDK Manager โ Select the latest version of the SDK.
c. Let it complete the SDK setup.
-
Set up an Android Emulator:
- Go to Tools โ AVD Manager.
- Click Create Virtual Device and choose a phone configuration (e.g., Pixel 5).
- Select a System Image (recommend picking Android 12 or higher).
- Finish and Start the emulator.
๐ Once the emulator starts, you should be ready to run your Flutter app on a virtual Android device!
3. Install Flutter SDK (Version 3.24.0) ๐