smart_latex 2.0.2 copy "smart_latex: ^2.0.2" to clipboard
smart_latex: ^2.0.2 copied to clipboard

Self-contained Flutter LaTeX rendering with bundled KaTeX metrics, input repair, RTL-safe layout, and no extra math package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_latex

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  smart_latex: ^2.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smart_latex/smart_latex.dart';
1
likes
160
points
267
downloads

Documentation

API reference

Publisher

verified publishertartanak.com

Weekly Downloads

Self-contained Flutter LaTeX rendering with bundled KaTeX metrics, input repair, RTL-safe layout, and no extra math package.

Repository (GitHub)
View/report issues

Topics

#latex #math #katex #rtl #rendering

License

MIT (license)

Dependencies

collection, flutter, flutter_svg, meta, provider, tuple

More

Packages that depend on smart_latex