tex_markdown 0.0.4 copy "tex_markdown: ^0.0.4" to clipboard
tex_markdown: ^0.0.4 copied to clipboard

discontinuedreplaced by: gpt_markdown
outdated

This package is used to create flutter widget that can render markdown and latex formulas. It is very simple to use and uses native flutter components.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tex_markdown

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

dependencies:
  tex_markdown: ^0.0.4

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:tex_markdown/tex_markdown.dart';
18
likes
0
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

This package is used to create flutter widget that can render markdown and latex formulas. It is very simple to use and uses native flutter components.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, tex_text

More

Packages that depend on tex_markdown