flutter_html_latex 0.1.0+1
flutter_html_latex: ^0.1.0+1 copied to clipboard
LaTeX support for flutter_widget_from_html_core via math-tex HTML class rendering.
0.1.0 #
- First public release.
- Added
LatexHtmlWidgetFactoryfor rendering HTML elements withmath-tex. - Supports delimiters:
\\(...\\),\\[...\\],$...$, and$$...$$. - Added fallback behavior for invalid LaTeX to avoid runtime crashes.
- Added widget tests and usage documentation.