A real estate mobile application(currently only Android).
Comfy real estate market place application in future will be adopted to Web version.
- Database: MongoDB
- Localization: easy_localization package for Flutter
- State Management: Provider
- Authentication: Bearer Auth
git clone https://github.com/your-username/wherehome.git
cd wherehome
Table of environmental variables
ENV | Value |
---|---|
SDK_REGISTRY_TOKEN | your_mapbox_pk.token |
BACKEND_URL | backend URL |
NB use only https links for Android builds!
--dart-define=SDK_REGISTRY_TOKEN="your_mapbox_pk.token"
--dart-define=BACKEND_URL="backend URL"
I appreciate if anyone will be using code in non comercial usage othervise pemission to use has to be requested.