math_tex 0.0.3 copy "math_tex: ^0.0.3" to clipboard
math_tex: ^0.0.3 copied to clipboard

A new Flutter plugin.

math_tex #

A Flutter Package to render Latex text by Katex Lib: online documentation. It is used for Android. For IOS you can use lib plug-in package

Example #

 Widget buildText(String text) {
    print("TEXT  $text");
    return SizedBox(
      child: MathTex( // MathTex init here
        text: text,
        fontSize: 15,
      ),
      height: 35,
    );
  }
1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter plugin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on math_tex