markdown_latex 0.1.6 copy "markdown_latex: ^0.1.6" to clipboard
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_markdown dependency with the actively maintained flutter_markdown_plus package.
  • 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 CodeBlockBuilder text 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 #

Added #

  • Added heading anchors and table-of-contents navigation with GitHub-style slugs, including non-Latin headings.
  • Added a clickable table of contents to the demo.

Fixed #

  • Prevented fragment links from being opened as external URLs.

0.1.3 - 2026-06-30 #

Changed #

  • Moved the repository to hurricane-gathering/markdown_latex and 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.

0.1.1 - 2026-06-30 #

Fixed #

  • Rebuilt MarkdownBody when selectable changes.
  • Styled LaTeX errors with the error color.
  • Avoided rendering placeholder Markdown for empty previews.
  • Corrected repository links and package exclusions.

Added #

  • Added unit tests for inline and block LaTeX syntax.

0.1.0 - 2026-06-30 #

Added #

  • Initial release with mixed Markdown and LaTeX rendering.
  • Added editor and preview modes, themes, syntax highlighting, task lists, tables, images, links, selectable text, and code copying.
2
likes
160
points
88
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Polished Flutter Markdown + LaTeX mixed renderer. GFM, inline/block math, syntax-highlighted code, edit/preview editor, Light/Dark themes — Notion style.

Repository (GitHub)
View/report issues

Topics

#markdown #latex #math #mixed-rendering #syntax-highlighting

License

MIT (license)

Dependencies

flutter, flutter_highlight, flutter_markdown_plus, flutter_math_fork, markdown, provider, url_launcher

More

Packages that depend on markdown_latex