elegant_markdown 0.1.0
elegant_markdown: ^0.1.0 copied to clipboard
A high-quality Flutter Markdown + LaTeX renderer. Supports GFM, inline/block math formulas, syntax-highlighted code blocks, task lists, tables, and Light/Dark themes. Styled after Notion / GitHub.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add elegant_markdownThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
elegant_markdown: ^0.1.0Alternatively, 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:elegant_markdown/elegant_markdown.dart';