-
Notifications
You must be signed in to change notification settings - Fork 95
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
Items for long lists are not aligned. #19
Comments
Could you provide a specific screenshot or source data? And is it used on the web or on Mobile? |
It seems that it should be the positioning problem of WidgetSpan in RichText I will consider later to see if there is a suitable solution |
Hi, set |
nice, it did solve the issue with the breaks after bold text. |
My English is not very good, dose it mean the problem is solved? |
Sorry. |
Yes, exactly. |
you can use such as this:
|
Nice! it worked! |
Describe the bug
List comprised of more than 9 items are not aligned. The text for items from 10 and beyond is shifted. It would be better if all text have the same margins or an option to define it.
Problem should repeat for longer lists when the number of characters changes (100, 1000,...)
To Reproduce
Steps to reproduce the behavior:
Create any numbered list with more than 10 items.
Expected behavior
Text of all elements in list are aligned.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment(please complete the following information):
Flutter (Channel beta, v1.17.0, on Mac OS X 10.14.6 18G4032, locale en-PT)
• Flutter version 1.17.0 at /usr/local/Caskroom/flutter/latest/flutter
• Framework revision e6b34c2b5c (8 days ago), 2020-05-02 11:39:18 -0700
• Engine revision 540786dd51
• Dart version 2.8.1
The text was updated successfully, but these errors were encountered: