-
Notifications
You must be signed in to change notification settings - Fork 507
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
Indentation on bullet points #1859
Comments
@Mohit020888 and @brunobowden can please assign me this issue I would love to work on this issue :) Thanks |
@champ96k - thanks for volunteering to fix this one as well ! |
@Mohit020888 @champ96k - it's going to be important that this looks good on very small screens. So please post a screenshot as part of any PR. Perhaps fixing the indentation will look better.... but also reduce the margin to the left of the bullet points as well. My concern in part is that "unordered lists" or |
@brunobowden, @Mohit020888 Thanks for the detailed explanation, I definitely take care of all things |
@champ96k - main thing is that if the change starts looking too complex, then I'd question whether it's worth doing anything at all. It may be that the additional complexity is brittle and hard to maintain, which doesn't make sense for the product. See what you experiment with and feel free to share some preliminary before it takes up too much of your time. |
@brunobowden, @Mohit020888, The current flutter html is still not supported for Indentation on bullet points, as someone created PR on flutter html Add support for inline styles to new parser but still flutter html is not supported for html unordered list Indentation on bullet points Then I used flutter_widget_from_html and it's work as you can see on the given screenshot System Device: Redmi 8A Screenshot: Please let me know anything want to update or change Thanks :) |
Steps to reproduce the behavior:
Expected Behavior
Text Alignment should be proper
Actual Behavior
Text Alignment is not proper.
System
Screenshots
Checklist:
The text was updated successfully, but these errors were encountered: