fat_markdown 0.9.1 copy "fat_markdown: ^0.9.1" to clipboard
fat_markdown: ^0.9.1 copied to clipboard

A powerful Flutter Markdown widget with LaTeX math and syntax highlighting.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.9.1 - 2026-02-26 #

Changed #

  • Breaking: Renamed FatTheme to FatMarkdownTheme to avoid naming conflicts with other "Fat" libraries.
  • Restricted exports in fat_markdown.dart: internal widgets in src/widgets/ are no longer public.
  • Moved configuration classes (FatMarkdownTheme, FatMarkdownConfig) out of the widgets/ directory.

0.9.0 - 2026-02-23 #

Added #

  • Initial release.
  • FatMarkdown widget for rendering Markdown with high performance.
  • Theme system for fine-grained styling (code font, block decoration, table border, divider color, etc.).
  • Syntax highlighting for 14+ languages (Dart, JS/TS, Python, Go, Rust, etc.).
  • LaTeX support for both inline and block equations.
  • Horizontal scroll support for code, math, and tables.
  • Interactive features: Copy-to-clipboard button, image tap handlers, and custom link rendering.
  • Debug mode (FatMarkdownMode.treeview) to render raw AST.
  • Highly customizable rendering via overridable widgets.
0
likes
160
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter Markdown widget with LaTeX math and syntax highlighting.

Homepage
Repository (GitHub)
View/report issues

Topics

#markdown #latex #syntax-highlighting #widget #ui

License

MIT (license)

Dependencies

flutter, flutter_math_fork, markdown, syntax_highlight

More

Packages that depend on fat_markdown