-
Notifications
You must be signed in to change notification settings - Fork 103
The bullet text has bigger font size on some devices #208
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
Comments
I have the same issue in android. This only happens when the "text and display size" is other than default setting. |
I found a workaround. Wrap the MarkdownWidget with MediaQuery and set the data of MediaQuery to
and to respect device settings text and display size create customConfig
|
I also confirm it's happening when the text size settings have changed. I will try the workaround and report the result |
The hack seems to be working: Before: (Bullet text size is bigger than the normal text) The text scaling setting is also respected: Thanks @deba33 |
I show the API output using markdown_widget. It works fine except the bullet texts are bigger than the normal paragraph texts on some iPhones. I cannot reproduce it myself, but I have screenshots on their phone.
Expected behavior
I would be happy even if I can set the list config text style.
Screenshot

Environment(please complete the following information):
Please use
flutter doctor -v
to show your flutter environment, and add yourmarkdown_widget
version tooPlatform
iOS
Source data
The text was updated successfully, but these errors were encountered: