flutter_tex_js library

Classes

FlutterTexJs
TexImage
A rendered image of LaTeX markup. The image is rendered asynchronously by a native web view.

Constants

flutterTexJsSupportedEnvironments → const Set<String>
A set listing the supported TeX environments; see https://katex.org/docs/support_table.html

Typedefs

ErrorWidgetBuilder = Widget Function(BuildContext context, Object error)