booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

Display all list on map view #151

Closed khairulimran-97 closed 4 months ago

khairulimran-97 commented 4 months ago

How to set all listing on map, not it display only 20 listing. Total is 300 listing

AdilSoomro commented 4 months ago

Hi,

You can open following file:

PROJECT_HOME/packages/houzi_package/lib/pages/search_result.dart

and then find perPage class variable, around line 60s. Set its value to your desired number.