flutter_markdown_latex 0.3.4 copy "flutter_markdown_latex: ^0.3.4" to clipboard
flutter_markdown_latex: ^0.3.4 copied to clipboard

A extension to render LaTeX in markdown for package flutter_markdown.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_markdown_latex
copied to clipboard

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

dependencies:
  flutter_markdown_latex: ^0.3.4
copied to clipboard

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:flutter_markdown_latex/flutter_markdown_latex.dart';
copied to clipboard
27
likes
160
points
2.44k
downloads

Publisher

verified publisherlightbit.dev

Weekly Downloads

2024.07.08 - 2025.01.20

A extension to render LaTeX in markdown for package flutter_markdown.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_markdown, flutter_math_fork, markdown

More

Packages that depend on flutter_markdown_latex