Code

Discussion on Houzi real estate app | Houzez | Flutter

Discussion on Houzi real estate app | Houzez | Flutter

Cart 528 sales

445 comments found.

I hope you’re doing well.

While reviewing the release notes for version 1.4.5, we noticed the mention of updating the in-app-purchase dependency to meet Google Play requirements. However, we need to specifically confirm whether the app is already using the Google Play Billing Library version 7.0.0 or later (ideally version 8.0.0).

This is critical since Google has set October 31, 2025 as the deadline for all apps to migrate to version 7.0.0 or above. Otherwise, we won’t be able to publish further updates.

Could you please confirm the exact version of the Billing Library currently implemented and share that information with us (for example, from the build.gradle or the relevant configuration)?

Thank you very much for your prompt response so we can ensure compliance with Google Play requirements.

We updated the in_app_purchase in houzi package to 3.2.3 which depends on in_app_purchase_android 0.4.0+3 and that references Google Play Billing Library version 7.1.1.

We received confirmation that the in_app_purchase package has been updated to version 3.2.3, which depends on in_app_purchase_android 0.4.0+3 and references Google Play Billing Library 7.1.1.

Could you please guide us on how to properly integrate this update into our application? Specifically, we’d like to understand:

The necessary changes in our pubspec.yaml.

Any updates required in the app code (initialization, product queries, purchase flow, etc.).

If there are additional configurations needed in Google Play Console for this version.

Your detailed instructions or example implementation would be very helpful for our team.

Thank you for your support!

Follow migration guide here: Guide.

I have added location for multiple countries with cities and areas, but when i select All in cities after selecting a country, the app keeps loading, not showing any listings?

not just in cities. when i select “All” in either state, city or Area, it shows error

Send your website address in private message from our profile.

sent. please check your mail

Hi Team, I have few Pre sale questions.

1. Can we get complete source code in regular License. 2. In a single App there need to be for – User , Agencies & Agent onboarding. 3. Admin panel is there separatly or not 4. Can admin create subscription packages for Agents & Agencies to post or list their properties. 5. Property listing id free or there will be any subscription type available or not.

1. Yes, source code included.

2. Yes, single app works for all roles.

3. We use Houzez for the admin panel and website. You need to buy Houzez separately.

4. Yes. Admin can create packages.

5. Admin can make property listing paid or free. Admin can create packages or simply charge per listing.

Admin – We use Houzez for the admin panel and website. You need to buy Houzez separately.

Where should I buy this – Houzez Admin , any link pls share.

Hi, I have also missed your Independence Day offer. Would like to know approx date for your next offer, or please provide 25% off, so that we can buy immediately.

the Houzi Builder windows software is not working. I have setup this with my purchase code then entered the proper url of my wordpress website with https and and then subdomain.mywebsite.com and when i click on Done. In the Results Its keep moving moving the blue bubbles but nothing is happening. I also disabled the windows defender just to check but not working. its keep moving the blue bubbles. Tell me the solution asap. I need to resolve it urgenlty.

Make sure you have installed and activated the houzi rest api plugin on your website. Please send your website address in the private message in our so we can assist you from there.

sorry it was from my side, My website was in maintenance mode that’s why it was not working. Not i have live the website and its perfectly running the builder software. Thank you

my bad luck i wanted to buy this app last week, when it was $29, 2 dollars was short when i was purchasing. now i have arrange that and come here to buy it . its showing $59, :( dear author can you help me pls in the discount?

Hi, this was independence day sale. It ended on 23. Keep an eye on the listing for next sale.

i have this error, i am already using api35

Dependency 'androidx.media3:media3-extractor:1.5.1' requires libraries and applications that
          depend on it to compile against version 35 or later of the
          Android APIs.
:app is currently compiled against android-34.
Recommended action: Update this project to use a newer compileSdk
of at least 35, for example 35.
Note that updating a library or application's compileSdk (which
allows newer APIs to be used) can be done separately from updating
targetSdk (which opts the app in to new runtime behavior) and
minSdk (which determines which devices the app can be installed
on).

There are three places where you need to set api 35.

2 places in
Project_Home/android/app/build.gradle
1 place in
Project_Home/android/build.gradle

Can you confirm if you have changed all three?

Project_Home/android/app/build.gradle

android { //Change this to change your package name. namespace “com.mydomain.domain” compileSdkVersion 35

sourceSets {
    main.java.srcDirs += 'src/main/kotlin'
}
lintOptions {
    disable 'InvalidPackage'
}
defaultConfig {
    //Change this to change your package name.
    applicationId "com.aqarpro.homes" 
    minSdkVersion 23
    targetSdkVersion 35

Project_Home/android/build.gradle

afterEvaluate { android { compileSdkVersion 35 } }

You meant this??

Admin panel is on app? Or separate panel

Okay, I have additional feature list could you add that features?

If yes what would be the cost & timeline for that?

Send a personal message from our profile with the details of customized features that you want to add.

Hi, I have sent please check and let me know ASAP

Hi Team,

I just want to know few question before buying it:- 1. Can we get the full source code, we want to do customized. 2. In this what are the things we get in, if possible kindly let me know in details so we can proceed further.

Familiarity with flutter is necessary. Yes a flutter engineer can do customization if required.

We will do customization, i have a developer, What I’m asking can i get full source code or do customized accordingly?

Yes, with the downloads you get here has the full source code.

DanaQ8

DanaQ8 Purchased

Is it possible to ask the user to choose the country 1st, for filtering.

DanaQ8

DanaQ8 Purchased

An error occurred when setting up filtering for adb logs. Unable to communicate with the VM service. Error initializing DevFS: DevFSException(Service disconnected, _createDevFS: (-32000) Service connection disposed, null) Lost connection to device.

Are you setting the app id correctly?

DanaQ8

DanaQ8 Purchased

yes, as your documnet

Setup anydesk and share your id in private message.

Hello, I have a bug on the map. The properties are geolocated, but the property prices are reversed on the map. So, what function in the Houzi package can I use to fix the bug?

Two options. If you want to provide custom MapMarker, you can use following hook to provide your own map marker pin. CustomMarkerHook. Or you can play around with createCustomMarkerBitmap() the default implementation in following file:
packages/houzi_package/lib/widgets/search_result_widgets/label_marker.dart

Please there is a problem with the display when we use 2 colum side by side on the app, we cant really see listing information that are on top the listing pic

Can you send private message?

We added new hooks in hooks_v2.dart. So copy and and replace both in your existing project. Then configure your hooks again. (Mandatory if you are updating.)

So whats the issue?

In the update to version 1.4.4, in this step: “We added new hooks in hooks_v2.dart. So copy and replace both in your existing project. Then configure your hooks again. (Mandatory if you are updating.)” Tell me which hooks in the “hooks_v2.dart” file I need to replace in my hooks_v2.dart file.

We suggest to replace both files actually. Because these hooks also referenced on main.dart. So replace both files. (main.dart and hooks_v2.dart)

Or you can use any diff app to find the newly added hooks and imports and references.

Please can we use it without a wordpress website or not, if yes ok, if no, can we only have a wordpress site and not use it but sinc to the mobile, i don’t need website app, only mobile

Yes i know but like i said, is users still need the to see the website or no, because i only want to use the app, but i might buy the theme houzez only for backend

Users don’t need to see the website. However certain functions like after requesting the reset password from app, users may still be required to open the website to proceed. Also email notifications, like listing approved, listing expired, listing rejected, new listing against a saved search will also have links to your website. All email notifications are also sent as mobile app push notifications.

In the application, under the bedroom options, is it possible to add “studio”?

Typically bedrooms is a numerical type. Houzez applies numerically queries on bedroom. Instead you can add another property type called studio. Or you can add a custom field to represent studio type.

ok found an error while install coco pods

firebase_auth: Using Firebase SDK version ‘10.27.0’ defined in ‘firebase_core’ firebase_core: Using Firebase SDK version ‘10.27.0’ defined in ‘firebase_core’ [!] CocoaPods could not find compatible versions for pod “AppAuth”: In Podfile: google_sign_in_ios (from `.symlinks/plugins/google_sign_in_ios/darwin`) was resolved to 0.0.1, which depends on AppAuth (>= 1.7.4)

google_sign_in_ios (from `.symlinks/plugins/google_sign_in_ios/darwin`) was resolved to 0.0.1, which depends on
  GoogleSignIn (> 8.0) was resolved to 8.0.0, which depends on
    AppAuth (< 2.0, >= 1.7.3)

CocoaPods could not find compatible versions for pod “GoogleUtilities/Environment”: In Podfile: firebase_auth (from `.symlinks/plugins/firebase_auth/ios`) was resolved to 5.1.1, which depends on Firebase/Auth (= 10.27.0) was resolved to 10.27.0, which depends on FirebaseAuth (> 10.27.0) was resolved to 10.27.0, which depends on GoogleUtilities/Environment (> 7.8)

firebase_core (from `.symlinks/plugins/firebase_core/ios`) was resolved to 3.1.1, which depends on
  Firebase/CoreOnly (= 10.27.0) was resolved to 10.27.0, which depends on
    FirebaseCore (= 10.27.0) was resolved to 10.27.0, which depends on
      GoogleUtilities/Environment (> 7.12)
firebase_core (from `.symlinks/plugins/firebase_core/ios`) was resolved to 3.1.1, which depends on
  Firebase/CoreOnly (= 10.27.0) was resolved to 10.27.0, which depends on
    FirebaseCore (= 10.27.0) was resolved to 10.27.0, which depends on
      GoogleUtilities/Logger (> 7.12) was resolved to 7.13.3, which depends on
        GoogleUtilities/Environment (= 7.13.3)
google_sign_in_ios (from `.symlinks/plugins/google_sign_in_ios/darwin`) was resolved to 0.0.1, which depends on
  GoogleSignIn (> 8.0) was resolved to 8.0.0, which depends on
    AppCheckCore (> 11.0) was resolved to 11.2.0, which depends on
      GoogleUtilities/Environment (> 8.0)

CocoaPods could not find compatible versions for pod “OneSignalXCFramework”: In Podfile: OneSignalXCFramework (< 6.0, >= 5.0.0)

onesignal_flutter (from `.symlinks/plugins/onesignal_flutter/ios`) was resolved to 5.2.9, which depends on
  OneSignalXCFramework (= 5.2.9)

There are only pre-release versions available satisfying the following requirements:

'OneSignalXCFramework', '< 6.0, >= 5.0.0'
'OneSignalXCFramework', '= 5.2.9'

You should explicitly specify the version in order to install a pre-release version

send a personal message.

do you provide figma files ?

No. Just the flutter app.

P4R0DY Purchased

Another exception was thrown: type ‘String’ is not a subtype of type ‘Iterable<dynamic>’

Hi, after some minutes of using the app i get this error when i try to use the search form from the home page and also this one when pressing the “Search” button at the bottom

Another exception was thrown: Bad state: No element

Pls some helpp

Send details in personal message.

Hi, Can i add new language to the application?

Yes, you definitely can. We have a translation file in English, that has key and its translations in json format. So you can translate everything and add that file as new language.

Checkout our docs about adding new language: https://houzi-docs.booleanbites.com/app-setup/localization

hi, did you plan to publish another app for the homey theme ? if yes, do you have estimated release date ? thanks a lot for your very good job

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey