katex 1.0.0 copy "katex: ^1.0.0" to clipboard
katex: ^1.0.0 copied to clipboard

A Flutter widget that renders LaTeX math by painting the backend-agnostic box tree from the pure-Dart katex_dart package. KaTeX in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add katex

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

dependencies:
  katex: ^1.0.0

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:katex/katex.dart';
1
likes
160
points
112
downloads

Documentation

API reference

Publisher

verified publisherroszkowski.dev

Weekly Downloads

A Flutter widget that renders LaTeX math by painting the backend-agnostic box tree from the pure-Dart katex_dart package. KaTeX in Flutter.

Homepage
Repository (GitHub)
View/report issues

Topics

#latex #katex #math #widget

License

MIT (license)

Dependencies

flutter, katex_dart

More

Packages that depend on katex