-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Text size problem #22
Comments
Can you please add a code example? |
below is code snippet |
Sorry this wouldn't be related to this library I think. It uses RichText and TextSpans to build the widgets, so this would be upstream with Flutter. You can pass in a size to the TextStyle which would work though. If you can give me a better example I can probably help |
In case anyone else encounters this issue, the workaround I found is to manually set textScaleFactor in the Linkify constructor to MediaQuery.of(context).textScaleFactor |
text size not change according to mobile font size.
When we change the mobile font size (small to large or large to small) from settings linkify text font size not change, while in whole app all Text font size change according to mobile font size.
The text was updated successfully, but these errors were encountered: