We have detected that you are using AdBlock.

Please disable it for this site to continue.

Houzi Real Estate App

Houzi Real Estate App v1.4.7.2

version 1.4.7.2​

May 17, 2026 minor

1.4.7.2 is a performance and feature release introducing a brand-new property details layout, customizable feature hooks, smoother map interactions, and key performance upgrades.

Houzi App 1.4.7.2​

  • [Developer Tooling] Added the Houzi AI Skill system (.agents/skills/houzi/) to streamline AI-assisted app customizations.
  • [New UI Layout] Modern, 3-column grid layout (v2) for property features.
  • [New Hook] Added getValuedFeatureDesignHook() to toggle property layout designs.
  • [Performance Overhaul] Blazing-fast home screen rendering, optimized caching, and fluid scrolling on the property details page.
  • [Optimized Map] Improved map search reliability and smoother coordinate tracking.
  • [Platform Updates] Upgraded dependencies for enhanced Android and iOS stability.

version 1.4.7.1​

March 04, 2026 minor

1.4.7.1 brings minor fixes and improvements

Houzi App 1.4.7.1​

  • [Improved] Removed READ_EXTERNAL_STORAGE restricted storage permissions, migrated to Android Scoped Storage for Play Store compliance.
  • [Improved] Fixed a bug where the PDF download progress dialog and notification would remain stuck after the download completed.

version 1.4.7​

March 02, 2026 major

1.4.7 brings major updates, featuring a new User Verification System, refreshed Home Air & New Home Design, enhanced search experience, and expanded map support with OpenStreetMap integration.

Houzi App 1.4.7​

  • [New] Introduced a comprehensive User Verification System, enabling agents and agencies to submit digital credentials for verification. Admins can review and approve requests, awarding a verification badge to the user’s profile upon approval.
  • [New] Introduces OpenStreetMap and Mapbox Maps, that allows users to seamlessly switch between different map styles and providers, including Google Maps, OpenStreetMap, and Mapbox.
  • [New] Implemented the CRM User Dashboard, enabling a dedicated dashboard view within CRM that displays user-related insights, including activity on properties and other engagement data.
  • [New] Added a download progress indicator in Android notifications when downloading property attachments.
  • [New] Home Air the New Home Design:
    • New Search Bar: Redesigned into a multi-action tool.
      • Search Input: Tapping the main area or icon navigates to the dedicated Search Page.
      • Location Selector: Integrated hierarchical selection flow: Country → State → City → Area.
      • Filter Action: Dedicated settings icon opens the Filter Page.
    • Customizable Category Tabs: Located below the search bar for quick filtering. Pre-configured with “All”, “For Rent”, and “For Sale”, and fully customizable by users.
    • Floating Map Button: A prominent button at the bottom center allows users to view the listings on map view.
  • [New] Added new property item designs for layout design 12 and 13.
  • [New] Users can now share blogs, agent, and agency profiles with others.
  • [New] Added CustomSearchWebParamsHook hook to support custom query parameters in search API requests.
  • [New] Added a hook HouziMapProviderHook to set the default map provider, allowing developers to switch between google (Google Maps) and osm (OpenStreetMap) as needed.
  • [New] Added a hook OSMGeoAdminEmailHook to configure the User-Agent admin email for OpenStreetMap search and reverse geocoding services, ensuring proper request identification and compliance with OSM usage policies.
  • [New] Added a hook MapViewInitialLocationHook to set the initial latitude, longitude, and zoom level for maps in Add Property and Search Results, ensuring a consistent starting view for users.
  • [New] Added a hook MapBoxApiKeyHook to securely configure and manage the Mapbox API token, which is required to enable Mapbox services across the application. This hook ensures proper authentication and seamless functionality when Mapbox is selected as the map provider.
  • [New] Updated the Android project folder, Gradle, Wrapper, and plugins to their latest versions. Check migration guide for further details.
  • [Improved] Updated the User Approval system logic to sync with recent improvements in the Houzi Rest API.
  • [Improved] Added download icon for notification attachments in Android and the admin verification screen.
  • [Improved] Enhanced localization support with new translations and improved string handling.
  • [Improved] Fixed issue in Sequential location picker where the “All” tab list tile would not appear when there was nothing to select.
  • [Improved] Fixed bug in CRM Leads while adding Notes.
  • [Improved] Fixed validation not enabling for Custom Fields when marked as required in Theme Options.
  • [Improved] Resolved an issue where the “Download Image” button remained active even when disabled in the configuration.
  • [Improved] Addressed UI layout issues in RTL mode to ensure proper localization rendering.
  • [Improved] Updated the deprecated method for flutter_launcher_icons to the correct implementation.
  • [Improved] Enhanced the Add Property screens by introducing a dedicated button for unverified users. This allows users to directly navigate to the User Verification Screen, making the verification process more accessible and streamlined.

Houzi Rest Api Plugin 1.4.7​

  • [New] Launched the User Verification System API, managing the complete verification workflow from credential submission to admin approval.
  • [New] Implemented parameters to filter and show only verified agents/agencies.
  • [New] Implemented the User Dashboard CRM Webservice to display user-related statistics and activity data, providing admins with clear insights into property interactions and engagement.
  • [Improved] Enhanced User Approval system code.
  • [Improved] Refactored Touch Base web service structure by migrating user-related actions to dedicated User functions for better modularity.
  • [Improved] Fixed issue where Required Fields were not showing up for Custom Fields.
  • [Improved] Fixed Forgot Password bug that prevented emails from being sent to the user account.
  • [Improved] Ensure a push notification is sent to the admin when a Contact Us request is sent from the mobile app.
  • [Improved] Refactored and fixed role management by moving it to a dedicated module that now handles only user-related roles, including nonce handling from Houzi, ensuring cleaner separation of responsibilities and better maintainability.
  • [Improved] Fixed an issue where user approval was bypassed when signing up via social accounts, ensuring all users go through the proper verification flow, when User Approval System is enabled.

Houzi Builder 1.4.7​

  • [New] Integrated Home Air support, allowing users to generate and fully customize their configurations.
  • [New] Added Property Item Design for design 12 and 13.
  • [Improved] Fixed a bug where the property item in the Style tab was null and not showing up.

version 1.4.6​

October 14, 2025 major

1.4.6 Brings support for Flutter 3.35.XX.

Houzi App 1.4.6​

  • [New] Added quick handling for unverified users. If a user is not verified, the app will now display a warning screen.
  • [New] Users can now change their role directly from their profile using a dropdown menu, if change role is allowed.
  • [Improved] Fixed an issue with clicking the “All” in country, state, city or area list in location picker.
  • [Improved] Fixed an issue where users did not receive email or notification when their property was approved by the admin.
  • [Improved] Fixed an issue with map markers/pointers not showing.
  • [Improved] Issue causing the map not to display when the show_map_instead_of_filter option was enabled.
  • [Improved] Fixed an issue with Country, State, City, or Area could remove its parent location in add a property.

Houzi Rest Api Plugin 1.4.6​

  • [New] Added API for User Verification System, to confirm whether a user is verified and handle unverified cases accordingly.
  • [New] The editProfile API now allows users to update their role in addition to existing profile fields, without affecting the current logic.
  • [Improved] The API now correctly triggers email and notification events when a property is approved by an admin.
1.4.5 Brings support for Flutter 3.35.XX.

Houzi App 1.4.5​

  • [New] Flutter 3.35.xx support.
  • [New] Listing Insights to gain in-depth insight into your real estate site’s visits and see how your listings perform.
  • [New] User approval system. Admin can approve or reject new signups when approval system enabled.
  • [New] Added verification tag support for agents and agencies to enhance trust and authenticity.
  • [New] Admin now receive notifications when a review is reported.
  • [New] Introduced new admin capabilities to approve, reject, or delete user reviews.
  • [New] Option to show/hide room icon in Property Details and Listing item based on configuration.json settings.
  • [Improved] Updated the in-app-purchase dependency to meet GooglePlay requirement.
  • [Improved] Fixed image uploading to limit the allowed count.

Houzi Rest Api Plugin 1.4.5​

  • [New] Added user approval system. Admin can approve or reject new signups when approval system enabled.
  • [New] Integrated the Reviews Control API, allowing admins to manage user reviews.
  • [New] A new API to fetch detailed analytics for properties and users, enabling data-driven insights and reporting.
  • [Improved] Fixed a problem where notifications were not showing up. This was caused by a missing variable and is now resolved.
  • [Improved] All admins receive real-time notifications and email alerts to stay informed about key activities and updates.

Houzi Builder 1.4.5​

  • [New] Added room details to both the search results and property detail listings.
  • [New] Added toggle options to show/hide rooms in Property Details and Article boxes.
1.4.3.3 brings a critical bug fix if you are on 1.4.3.2.


Houzi App 1.4.3.3

[Fix] Search button not working on filter screen when city is not selected.
[Fix] List item to show proper title in result screen when view is gridview. it will also use the compact price just like maps.
[Improved] Floor plans and sub listings section design to allow the values to wrap to more lines in property details.

ersion 1.4.3.1​

January 07, 2025 major

1.4.3.1 brings important fix about contact realtor form changes brought by Houzez 3.4.5 and above. Update recommended if you are using Houzez 3.4.5 or above.
1.4.3 bring important fixes and improvements.

Houzi App 1.4.3​

  • [New] Added better realtor profile design.
  • [New] Added reorderable photo option when adding listing.
  • [New] Flutter 3.27.XX supported.
  • [New] Android 35 suppport as required by Google Play Store.
  • [New] Added support Realtyna MLS On The Fly plugin.
  • [Improved] Fix configurations not applied for the very first time.
  • [Improved] Fix deep-link not opening when iOS app was in quit sate.
  • [Improved] Full screen image gallery now have better photo loading and error handling.
  • [Improved] Author user role listing on author profile fixed.
  • [Improved] Author user role listing on search results fixed.
  • [Improved] Fix onesignal showing open settings dialog after push notification permission dialog.
  • [Improved] Fixed the bottom buttons not showing when only message is allowed in property details.
  • [Improved] Fix safe area in add listing, result screen, top search bar, map panel and panel listings.
  • [Improved] Fix dropdown required validation in add listing.
  • [Improved] Show date and time for schedule tour type leads in crm activity dashboard.
  • [Improved] When adding a deal, show all agent to admin accounts only.
  • [Improved] Add support for hide agency and agents from the list.
  • [Improved] On Tapping search bar in results page, user will be navigated to Filter Page.
  • [Improved] Google Places api should query all type of results, previously it was address type only.
  • [Improved] Major revamp in Rest API architecture.
  • [Improved] Pubspec cleanup for unwanted dependencies.
  • Several bug fixes & Performance Improvement.

version 1.4.2​

August 24, 2024 major

1.4.2 bring messages to Houzi app, plugin and Houzi Builder. Upgrade if you want to include messages in the app.

version 1.3.8​

December 21, 2023 MAJOR

1.3.8 bring important changes to Houzi app, plugin and Houzi Builder. Upgrade is recommended.

Houzi App 1.3.8​

  • [New] Added support for Map Clustering.
  • [New] Added hooks to customize the Clusters marker on Maps.
  • [New] Dynamic Bottom Navigation Bar, control with Houzi Builder
  • [New] Added option to view Private Note of Properties.
  • [New] Updated to Flutter version 3.16.XX.
  • [New] Added “Featured First” sort option on Search Results page.
  • [New] Added option to customize the “Floating Plus Button” in the Bottom Navigation Bar.
  • [New] Added “Cupertino Sliding Segment Control” for search filters.
  • [New] Added new “box” type term picker for search filters.
  • [New] Added “Chip filters” in Search Results Screen.
  • [Improved] Improved Search Results Page for smooth scrolling and fixed memory consumption.
  • [Improved] Improved Listings on Map.
  • [Improved] Improved Filter Page.
  • [Improved] Fixed issues in Add Property with location dropdowns.
  • [Improved] Fixed issues with material 3.
  • [Improved] Fixed price issue Floor Plans.
  • [Improved] Improved add inquiry location selection.
  • [Improved] Fixed with Static Maps while Adding a Property.
  • [Improved] Fixed Sorting search results issues.
  • [Improved] Fixed issues in Bottom Action Bar in Property Profile Screen.
  • [Improved] Fixed issues in Realtor Info Screen.
  • [Improved] Improved Property Listings.
  • [Improved] improved Elegant Home Search.
  • [Improved] Fixed issues related to scrolling in Settings.
  • Several bug fixes & Performance Improvement.

Houzi Builder 1.3.8​

  • [New] Updated and Enhanced UI.
  • [New] Added support to customize Bottom Navigation Bar with dynamic icons.
  • [New] Added support to hide/show “Cupertino Segment Control”.
  • [New] Added support for ‘box’ term picker.
  • [New] Added support for customizing Cupertino Sliding Segment Control Thumb Color.
  • [Improved] Fixed issues related to Add Property.
  • [Improved] Fixed icons of Country, State, City and Area on Search section.
  • Several bug fixes & Performance Improvement.

Houzi Rest Api Plugin 1.3.8​

  • [Improved] Fixed issue related to Similar Properties.
  • [Improved] Fixed issue in Agency_Agent thumbnail.
  • [Improved] Fixed issues for ‘Private note’ and ‘Property disclaimer’ while Adding/Editing a Property.
  • [Improved] Fixed issues in Phone number from Contact us.
  • [Improved] Fixed issues in Touch-base.
  • Several bug fixes & Performance Improvement.
Top
Live activity
Just now · VUInsider.com