-
-
Notifications
You must be signed in to change notification settings - Fork 882
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
Always left aligned #75
Comments
Hey a screenshot of what you expect to see would be nice. Is there a specific reason to use a Stack ? Since you are probably only showing a short html text without images or stuff like that you might consider parsing the text with https://pub.dartlang.org/packages/html and displaying it in a Text Widget. You can then use |
Hi the full actual implementation Looks like this (blured for brand and privacy reasons): And yes Images would be shown differently. The main reason for using this is to display formatting that the proto sends (it is Markdown send as HTML). If your suggestion does support formatting I indeed think thats better. The stack is simply because I am new to flutter and that was on my first try the easiest way to get the date at the correct position. That actually might be getting replaced. |
Thanks for the screenshot, this makes it way clearer. The proposed doesn't support styling. Since the library uses a Column or Wrap I think @Sub6Resources must implement an option to set mainAxisSize to min. |
@The-Redhat well by styling I mean things like bold, italic and the Supported Tags that are more special than normal text :) (sorry for using the wrong words.) |
@MTRNord I'll work on adding the ability to set |
Hi, is this still being worked on? :) |
Defaults to true to make it a non-breaking change. Fixes Sub6Resources#75.
Hi I have this simple HTML Widget:
This gets put into this:
The Problem is no matter what I do the Text of the HTML Widget is on the left side expanding the whole bubble :/
Is there any possible fix for this?
The text was updated successfully, but these errors were encountered: