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.

  1. Download VSCode from the official website.
  2. Install it on your machine by following the installation instructions.
  3. After installing, open VSCode.
  4. 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.

  1. Download Android Studio from the official website.
  2. During installation, keep the default settings selected.
  3. Once installed, open Android Studio.
  4. 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:
  1. Set up an Android 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) ๐ŸŒŸ