Sub6Resources / flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
https://pub.dev/packages/flutter_html
MIT License
1.79k stars 860 forks source link

feat: Support mfenced. #1174

Closed fukatani closed 1 year ago

fukatani commented 1 year ago

I want mfenced for my application.

Input <mxhtml> <math xmlns='http://www.w3.org/1998/Math/MathML'> <mfenced> <mfrac> <mrow> <mn> 1 </mn> </mrow> <mrow> <mn> 2 </mn> </mrow> </mfrac> <mfrac> <mrow> <mn> 3 </mn> </mrow> <mrow> <mn> 2 </mn> </mrow> </mfrac> </mfenced> </math> </mxhtml>

Out: スクリーンショット 2022-10-21 10 56 44

fukatani commented 1 year ago

Thank you for approved https://github.com/Sub6Resources/flutter_html/pull/1163 for hacktoberfest-accepted.

I appreciate if you could add hacktoberfest-accepted to this PR and https://github.com/Sub6Resources/flutter_html/pull/1164 and https://github.com/Sub6Resources/flutter_html/pull/1175 too. I need 4 approved PR.

fukatani commented 1 year ago

@Sub6Resources Don't worry and thank you for approval.

BTW, do you have any plan to next (alpha) release? I want to use these feature. Thx!

Sub6Resources commented 1 year ago

If I remember correctly, these changes were included in 3.0.0-beta.1

fukatani commented 1 year ago

@Sub6Resources Thx!

I cannot found 3.0.0-beta.1 from https://github.com/Sub6Resources/flutter_html/releases, but I find https://pub.dev/packages/flutter_html/versions/3.0.0-beta.1

Sub6Resources commented 1 year ago

Hi @fukatani. Yes, I forgot to mark the 3.0.0-beta.1 tag as a prerelease tag, so it doesn't show up on GitHub. Sorry about any confusion that may have caused!