flutter_tex 0.0.14 copy "flutter_tex: ^0.0.14" to clipboard
flutter_tex: ^0.0.14 copied to clipboard

outdated

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';
276
likes
0
pub points
96%
popularity

Publisher

verified publishershahxad.com

A Flutter package to render Latex - TeX with full HTML support

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, mime, webview_flutter

More

Packages that depend on flutter_tex