-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Comments
Are you sure you are using the latest version of |
Nope, I was not using the latest |
Is it fixed? |
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
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
The text was updated successfully, but these errors were encountered: