hyper_render_math 1.3.2
hyper_render_math: ^1.3.2 copied to clipboard
Mathematical formula rendering plugin for HyperRender. Supports LaTeX and MathML via the flutter_math_fork engine.
Changelog — hyper_render_math #
1.3.2 - 2026-05-19 #
🏗️ Packaging #
pubspec.yamldescription format normalised — replaced the YAML folded-scalar (>) form with a plain string, matching the other six sub-packages and removing a pana cosmetic warning.
No code changes — the plugin's tag handlers (<math> / <latex>) and flutter_math_fork integration are unchanged.
1.3.1 - 2026-05-14 #
🏗️ Packaging #
- Opt-in add-on:
hyper_render_mathis no longer bundled with the roothyper_renderpackage. Add it explicitly to yourpubspec.yamlto useMathNodePlugin/LatexNodePlugin. - Updated
hyper_render_coredependency to^1.3.1
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.