Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landscape mode, font size increases causing overflow #553

Closed
315574925 opened this issue Mar 8, 2024 · 5 comments
Closed

Landscape mode, font size increases causing overflow #553

315574925 opened this issue Mar 8, 2024 · 5 comments

Comments

@315574925
Copy link

Landscape mode, font size increases causing overflow

Copy link

github-actions bot commented Apr 8, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Apr 8, 2024
@giantss
Copy link

giantss commented Apr 10, 2024

I also appeared, the current flutter version is 3.19.5

@github-actions github-actions bot removed the stale label Apr 11, 2024
@hmartiins
Copy link

the same issue

@mozomig
Copy link

mozomig commented Apr 11, 2024

I thinks it's happens because in 3.9.0 fontSizeResolver calculate scale by width, and in landscape mode width very large and scale factor more 2. You can try override fontSizeResolver like this #558 (comment) and in landscape mode will calculate by screenSize.height / designSize.width

@hmartiins
Copy link

I thinks it's happens because in 3.9.0 fontSizeResolver calculate scale by width, and in landscape mode width very large and scale factor more 2. You can try override fontSizeResolver like this #558 (comment) and in landscape mode will calculate by screenSize.height / designSize.width

I applied this and it worked perfectly for my case!

@Mounir-Bouaiche Mounir-Bouaiche closed this as not planned Won't fix, can't repro, duplicate, stale May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants