-
-
Notifications
You must be signed in to change notification settings - Fork 902
It lost data #186
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
I have the same problem as you, because flutter_html doesn't support the font tag, but I haven't found a solution yet. |
@missXb I've found an alternative, though not a perfect one.
|
@k3sc I tried it, but the final effect is still a problem. The things that the font tag turns out will automatically wrap. |
The html corresponding to the above picture: |
I plan on fully supporting the |
This has been fixed in 1.0.0. See #122 for updates. |
Thank you very much. love you bro |
dom.Element this is error on me,need some import? |
emm,in^0.11.1, tags will still be ignored,is my method right? |
@Niaaaansi Use version 1.0.0-pre.1 |
<p>csaaaa</p><p>dasfdsa</p><p><font size=\"4\" face=\"黑体\">dsafdsa</font></p><p><font size=\"4\" face=\"黑体\">fdsa</font></p>
The text was updated successfully, but these errors were encountered: