-
-
Notifications
You must be signed in to change notification settings - Fork 893
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
How to add multiple widgets at same line without breaking line like TextSpan? #53
Comments
Thank you. This issue has already been reported in #17 and I'm currently looking into some solutions. Follow that issue to keep track of progress. |
I'm experiencing the same issue. Is this fixed or still pending? |
This is still an issue if |
@Sub6Resources thank you for your quick reply. I've set |
I believe I'm experiencing the same issue as described in #115 , which I see is on planned to be fixed with version 1.0.0. So please disregard these comments. |
First of all thanks to contributors for creating this package. I love it.
I encouraged a problem and I don't know how to solve.
I want to add multiple widgets to same line without break line if not necessary.
I want to show this html shown as below:
This code produce following output.
I think the code producing this output because
customRenderer
returning Widget instead of TextSpan. If I can put widgets side by side without breaking if widget not fit to same line like TextSpan this problem will be solved.Thanks for helps.
The text was updated successfully, but these errors were encountered: