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

[QUESTION] TextAlign.justify #1406

Open
dongguangy opened this issue Jan 3, 2024 · 1 comment
Open

[QUESTION] TextAlign.justify #1406

dongguangy opened this issue Jan 3, 2024 · 1 comment
Labels
more-info-needed More information is needed to resolve the issue. Will be closed if no response is received. question

Comments

@dongguangy
Copy link

Html(
data: "

啊啊啊啊啊啊<img src="https://image.dzplus.dzng.com/2024/01/02/1704149860d6ewcv47ctv.jpg?imageView2/2/w/900\" />啊啊啊啊啊啊

",
style: {
"body": Style(
margin: Margins.zero,
padding: HtmlPaddings.zero,
textAlign: TextAlign.justify,
fontSize: FontSize(17.sp),
),
},
extensions: [
TagExtension(tagsToExtend: {"img"},child: Container())
],
);
1704269167589

@dongguangy dongguangy changed the title [QUESTION] [QUESTION] TextAlign.justify Jan 3, 2024
@Sub6Resources
Copy link
Owner

Hello, it's not clear what the issue is here. Are you seeing something unexpected?

@Sub6Resources Sub6Resources added the more-info-needed More information is needed to resolve the issue. Will be closed if no response is received. label Mar 12, 2025
@Sub6Resources Sub6Resources moved this to Todo in flutter_html Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more-info-needed More information is needed to resolve the issue. Will be closed if no response is received. question
Projects
Status: Todo
Development

No branches or pull requests

2 participants