booleanbites / houzi-support

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

text messed up #126

Closed quitriz closed 1 week ago

quitriz commented 6 months ago

hi,

where do i go and fix this font of text that is like this? this is after the update.

thanks Screenshot_20231224-125108~2

MuhammadSulemanSaleem commented 6 months ago

Hi there,

Please follow these steps to fix the font related issue in Light Button:

  1. Open the light_button_widget.dart file. Path: PROJECT_NAME/packages/houzi_package/lib/widgets/light_button_widget.dart.
  2. On line # 25, this.fontSize = 14.0, provide your desired font size.
  3. If you want to customise the TextStyle, go to the line # 80 and modify it according to your desire.
  4. Restart the app.

Please follow these steps to fix the font related issue in Elevated Button:

  1. Open the button_widget.dart file. Path: PROJECT_NAME/packages/houzi_package/lib/widgets/button_widget.dart.
  2. On line # 25, this.fontSize = 18.0, provide your desired font size.
  3. If you want to customise the TextStyle, go to the line # 98 and modify it according to your desire.
  4. Restart the app.

I hope this will help you fix the issue.

quitriz commented 6 months ago

Hi,

Thanks, but those only fix the select button, just the "NEXT" is fix, the "back" still not fixed. but I will look into it, just so let you know that.

thanks

MuhammadSulemanSaleem commented 6 months ago

Hi there,

Make sure that you have followed these steps:

  1. Open the light_button_widget.dart file. Path: PROJECT_NAME/packages/houzi_package/lib/widgets/light_button_widget.dart.
  2. On line # 25, this.fontSize = 14.0, provide your desired font size.
  3. If you want to customise the TextStyle, go to the line # 76 and modify it according to your desire.
  4. Restart the app.
quitriz commented 6 months ago

Hi, Yes I did, I changed all the fontSize to 12 as well , but that "BAC <- K " thing doesn't seem to change the "NEXT" got significantly smaller, but the BAC/K didn't .. isn't that line 76 is for "selectedItem.." ? and the "NEXT" is the selectedItem but the "BACK" is not

MuhammadSulemanSaleem commented 6 months ago

Available for Anydesk?

quitriz commented 6 months ago

Hi, Sorry I a having Covid the 7th day, pretty serious ... just that Houzi more serious so I need to fix it .. :) wish me luck to pass by this covid, just lose all my tastes. I will get that "Anydesk" install somehow soon

MuhammadSulemanSaleem commented 6 months ago

Wish you best of luck and get well soon :)

AdilSoomro commented 4 months ago

Hi, how are you and hows it going on your side?

quitriz commented 4 months ago

Hi, I am doing good, thank you very much, how are you guys? .. when is the new update comming out ? i am really waiting for the mobile moderation feature, have to use the web to do it .. regard the font, it still the same, still messed up the "BAC/K" but I can live with that till the next update ... I need the mobile moderation features ..

thanks

AdilSoomro commented 1 week ago

Closed this. Please open a new ticket if required.