A Flutter app for finding shortlet apartments in Abuja, Nigeria and other Nigerian cities.
- 🔐 Auth0 authentication
- 🏠 Browse shortlet apartments in Abuja, Lagos, Port Harcourt
- ⭐ Save favorite properties
- 💬 Messaging system
- 👤 User profile management
-
Clone the repository
-
Copy
.env.exampleto.envand fill in your API keys:cp .env.example .env
-
Add your credentials to
.env:AUTH0_DOMAIN- Your Auth0 domainAUTH0_CLIENT_ID- Your Auth0 client IDAUTH0_CLIENT_SECRET- Your Auth0 client secretGOOGLE_PLACES_API_KEY- Your Google Places API key
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
All sensitive keys are stored in .env file which is gitignored. See .env.example for the required variables.
This project uses Flutter. For help getting started with Flutter development, view the online documentation.

