A collaborative mobile app project for IT415, designed to connect families with babysitters.
Follow the steps below to set up and run the project locally on your machine.
Before starting, ensure you have the following installed:
-
– Version control for cloning the repository.
Download Git -
– Flutter SDK for building the application.
Download Flutter
-
Clone the Repository
Start by forking and cloning the repository:git clone https://github.com/yourusername/BabysitterApp.git
-
Check Flutter Version
This project requires Flutter 3.24 and Dart 3.5. Ensure your versions match by running:flutter --version
-
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.
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.
- Flutter Documentation for more information on using Flutter.
If you encounter any issues, feel free to open an issue in the repository.