This project showcases the design and implementation skills for an app that enables users to quickly find real estate for rent and purchase. Note: Only the design is currently implemented; functionality will be added soon.
To get started with this project, ensure you have the following tools installed on your machine:
- Flutter (version >=3.19.0 <3.19.5)
- Dart (version >=3.3.0 <4.0.0)
- Android Studio
- Visual Studio Code (optional, but recommended)
- Clone the Repository
git clone https://github.com/Yonkokilasi/real-estate-app-test.git cd real-estate-app
- Install Dependencies
flutter pub get flutter pub run build_runner build
- Running the App
flutter run
- Flutter SDK not found
Ensure you have installed Flutter correctly and added it to your system PATH. Flutter Installation Guide Android license status unknown
Run the following command to accept Android licenses:
flutter doctor --android-licenses