hyper_render_math 1.3.0
hyper_render_math: ^1.3.0 copied to clipboard
Mathematical formula rendering plugin for HyperRender. Supports LaTeX and MathML using the flutter_math_fork engine.
Changelog — hyper_render_math #
1.3.0 - 2026-05-03 #
- Initial release: skeleton plugin for
<math>and<latex>tag rendering. MathNodePluginandLatexNodePluginship a visible placeholder widget — wire upflutter_math_forkor another backend to complete the implementation (see README).- Supports both block tier (full-width) and inline tier (flows with text) via
isInlineoverride.