Skip to content
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

Add bullet points to <ul> list items #22

Merged
merged 5 commits into from
Sep 11, 2018

Conversation

kieferlam
Copy link
Contributor

Support for <ul> (and <li>) to include bullet points.

They now look like this:
image

Haven't done ordered lists however there is a switch case for <ol> in the list item case which just uses the same as unordered list (bullet point) for now.

Copy link
Owner

@Sub6Resources Sub6Resources left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the excellent pull request! Just one quick change and I'd be glad to merge this.

return Container(
width: width,
child: Wrap(
children: _parseNodeList(node.nodes),
child: Row(
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you could change this from Row to Wrap that would be great. (Otherwise lines will overflow to the right rather than wrapping when they get long)

@Sub6Resources Sub6Resources self-assigned this Sep 9, 2018
@Sub6Resources Sub6Resources added the enhancement New feature or request label Sep 9, 2018
@kieferlam
Copy link
Contributor Author

Done!

@Sub6Resources
Copy link
Owner

Looks great! I'll work on merging this a little later today.

@Sub6Resources
Copy link
Owner

This has been published as Version 0.7.0 (bd19c57) on pub. Thanks again for the pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants