-
-
Notifications
You must be signed in to change notification settings - Fork 902
Find/create alternative to RichText for styling text #7
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
Currently being fixed as 0.5.0. This will be a major refactor and possibly affect all open issues and pull requests (but it's for a greater cause, a package that better embraces Flutter's "Everything is a Widget" philosophy). |
Merged
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RichText works well, but it is not possible to have a widget inside of the
TextSpan
tree. This makes it difficult when tags likepre
contain tags likeimg
.Creating or finding a widget that can take either a TextSpan or a Widget as a child would be a perfect solution and help to avoid the whole "supportedElement" "supportedInlineElement" discrepancy.
The text was updated successfully, but these errors were encountered: