mathjax_view 0.0.1 copy "mathjax_view: ^0.0.1" to clipboard
mathjax_view: ^0.0.1 copied to clipboard

outdated

Flutter Math Rendering Widget supported by mathjax

mathjax_view #

Flutter Math Rendering Widget by MathJax.js

How to use #

This is simple widget, and you can set text and text size (px).

SizedBox(
  width: 300,
  height: 200,
  child: MathjaxView(
    onMathjaxViewCreated: _onMathjaxViewCreated,
    fontSize: 20,
  ),
),
...
void _onMathjaxViewCreated(MathjaxViewController _controller) {
  controller = _controller;
  controller.setLatexText(
      'This is set test \$4x - 2y\\frac{4}{2x}=0\$ <br /> 日本語もいける');
}
3
likes
0
pub points
0%
popularity

Publisher

verified publishertouyou.dev

Flutter Math Rendering Widget supported by mathjax

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on mathjax_view