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

Does not work correctly with large fonts setting #16

Closed
dalewking opened this issue Apr 25, 2019 · 4 comments
Closed

Does not work correctly with large fonts setting #16

dalewking opened this issue Apr 25, 2019 · 4 comments

Comments

@dalewking
Copy link

Android devices (and I assume iOS devices as well) have a setting to control font sizing so that if you have trouble seeing you can scale fonts up across the entire device. When this is enabled on a device, it is not taken into account in this library so that this library determines the font size that will fit but then it gets scaled up from there.

You can read about this setting from a flutter perspective in this article in the section on Large Fonts: https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc

@simc
Copy link
Owner

simc commented May 14, 2019

Are you sure you are using the latest version of AutoSizeText? This should already work...

@simc simc added the needs info Additional info is needed label May 14, 2019
@dalewking
Copy link
Author

Nope, I was not using the latest

@no-response no-response bot removed the needs info Additional info is needed label May 14, 2019
@simc
Copy link
Owner

simc commented May 14, 2019

Is it fixed?

@dalewking
Copy link
Author

I didn't bother to test it, but I was using version 1.0.0 and this is a duplicate of another issue that was fixed in 1.1.2 and I reviewed what that fix was and agree that it should be fixed.

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

2 participants