Here is my Html Text
<p>hello</p>
<div class="mathjax-equation">
(x = frac{-b pm sqrt{b^2 - 4ac}}{2a})
</div>
I want to show this math view on flutter mobile screen without Webview package. How can I?
Here is my Html Text
<p>hello</p>
<div class="mathjax-equation">
(x = frac{-b pm sqrt{b^2 - 4ac}}{2a})
</div>
I want to show this math view on flutter mobile screen without Webview package. How can I?
2
Answers
Check this package flutter_tex
I also suggest that you use this article in the medium that the creator of the package wrote, it also includes the video article
and this is another package for doing this flutter_math_fork
Check it all, I hope it helps
you can use math_tex_package for displaying the mathematical equations given that you will reformat how you write the formulas
and i you need html still, you can use flutter_html