markdown_latex 0.1.6
markdown_latex: ^0.1.6 copied to clipboard
Polished Flutter Markdown + LaTeX mixed renderer. GFM, inline/block math, syntax-highlighted code, edit/preview editor, Light/Dark themes — Notion style.
Changelog #
All notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
0.1.6 - 2026-08-28 #
Changed #
- Replaced the discontinued
flutter_markdowndependency with the actively maintainedflutter_markdown_pluspackage. - Tightened direct dependency lower bounds to the versions required by the APIs used by this package.
- Updated the minimum Dart SDK to 3.9.
- Rewrote README and changelog content in ASCII-compatible English for pub.flutter-io.cn convention checks.
0.1.5 - 2026-07-08 #
Fixed #
- Fixed code-block copy buttons by completing the
CodeBlockBuildertext and block-element visitor behavior. - Opened external links in the demo through
url_launcher.
Added #
- Added coverage for code blocks, editor behavior, themes, math, headings, lists, tables, blockquotes, and links.
- Added grouped external-link, anchor-link, and image examples to the demo.
0.1.4 - 2026-07-05 #
0.1.3 - 2026-06-30 #
Changed #
- Moved the repository to
hurricane-gathering/markdown_latexand updated package links.
0.1.2 - 2026-06-30 #
Changed #
- Reworked the README with clearer examples, architecture notes, and API docs.
- Improved package metadata and public library documentation.