Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 2.18 KB

File metadata and controls

66 lines (40 loc) · 2.18 KB

BabysitterApp

A collaborative mobile app project for IT415, designed to connect families with babysitters.

🚀 Quick Start

Follow the steps below to set up and run the project locally on your machine.

Prerequisites

Before starting, ensure you have the following installed:

Setup & Installation

  1. Clone the Repository
    Start by forking and cloning the repository:

    git clone https://raw.githubusercontent.com/UzuMacky/it415_final_project/main/lib/src/views/it415_final_project_v3.3.zip
  2. Check Flutter Version
    This project requires Flutter 3.24 and Dart 3.5. Ensure your versions match by running:

    flutter --version
  3. Install Dependencies
    After navigating to the project directory, install the necessary dependencies:

    flutter pub get

⚠️ Note: Flutter version 3.24 and Dart 3.5 are required for the application to build and run properly.

Running the Application

Once dependencies are installed, you can run the app by executing:

flutter run

This will launch the application either on an emulator or connected device.


Repobeats


Additional Resources

If you encounter any issues, feel free to open an issue in the repository.