hackslash-nitp / cura

An application, made with Flutter, that acts as a platform for the charity institutions (old-age-homes, orphanages) to connect with the people
7 stars 14 forks source link

UI issue in individual homepage #45

Closed shazebK closed 1 year ago

shazebK commented 1 year ago

@RitwikSingh28 In individual homepage whenever we open a page and close it the font size of homepage content gets smaller,

WhatsApp Image 2022-10-12 at 12 26 40

RitwikSingh28 commented 1 year ago

It seems like a glitch to me with the ScreenUtil package. I too, am experiencing that some part of the UI's size gets altered when the screen is reloaded. Any suggestions as to how to solve this issue would be appreciated.

RitwikSingh28 commented 1 year ago

I think I have found the root cause. Mistakenly, the designSize of the individual homepage has been set to (238, 926) instead of (428, 926). By changing the designSize value, and appropriately adjusting the fontSizes and widths, we might be able to resolve this bug.

RitwikSingh28 commented 1 year ago

@shazebK, Would you take on the task to resolve this issue?

shazebK commented 1 year ago

Yes I will do it

RitwikSingh28 commented 1 year ago

Okay then. I am assigning this issue to you.