flutter_tex 0.0.14
flutter_tex: ^0.0.14 copied to clipboard
A Flutter package to render Latex - TeX with full HTML support
Flutter TeX #
A Flutter Plugin helps to render Mathematics, Physics and Chemistry Equations based on LaTeX with full html support using webview_flutter plugin . This is based on mini-mathjax a simplified version of MathJax a JavaScript library.
Use this package as a library
1: Add this to your package's pubspec.yaml file:
dependencies:
flutter_tex: ^0.0.13
2: You can install packages from the command line:
$ flutter packages get
Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.
3: Now in your Dart code, you can use:
import 'package:flutter_tex/flutter_tex.dart';