You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using flutter_screenutil: ^5.9.3 and Flutter 3.29.3
After setting the minTextAdapt to true and used chrome for testing text adaption
the problem i'm facing is that when i set container with .r height and .r width (also if i specified .h and .w instead of .r), the text overflowed the container in big screens like laptop (1440x900)
After printing the scaling values, I found that the text always takes the highest scaling ratio, not the minimum between the height and width scaling
I'm using flutter_screenutil: ^5.9.3 and Flutter 3.29.3
After setting the minTextAdapt to true and used chrome for testing text adaption
the problem i'm facing is that when i set container with .r height and .r width (also if i specified .h and .w instead of .r), the text overflowed the container in big screens like laptop (1440x900)
After printing the scaling values, I found that the text always takes the highest scaling ratio, not the minimum between the height and width scaling
and this is my HomePage3 code
Am I missing something?
The text was updated successfully, but these errors were encountered: