fat_markdown 0.9.1
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
FatThemetoFatMarkdownThemeto avoid naming conflicts with other "Fat" libraries. - Restricted exports in
fat_markdown.dart: internal widgets insrc/widgets/are no longer public. - Moved configuration classes (
FatMarkdownTheme,FatMarkdownConfig) out of thewidgets/directory.
0.9.0 - 2026-02-23 #
Added #
- Initial release.
FatMarkdownwidget 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.