Skip to content

Releases: foresightmobile/flutter_markdown_plus

v1.0.7

28 Dec 10:01
dc1185c

Choose a tag to compare

  • Improved pub.dev score by making example app source code available in published package
  • Updated .pubignore to only exclude build artifacts and generated files instead of entire example directory
  • Fixed linter warnings by removing unnecessary null default values in MarkdownStyleSheet
  • Added CLAUDE.md documentation for AI-assisted development
  • Enhanced README with package history and link to LaTeX support package
  • Standardized formatter configuration across project

v1.0.6

23 Dec 18:15
32e5dd5

Choose a tag to compare

Fix cursor behavior when using custom builder for anchor tags. The code now only manages _linkHandlers when there is no custom builder for anchor tags, preventing conflicts between the default link recognizer and custom builder widgets.
New properties introduced to MarkdownStyleSheet: tableHeadCellsPadding and tableHeadCelssDecoration.
Implemented automatic table content clipping to respect rounded borders when tableBorder specifies a border radius.

Many thanks to our contributors:

@mark-nicepants for fixing null pointer issues with custom builders
@jlandon for adding table header cell customisation features
@4rthurmonteiro for the link builder fix

v1.0.1+1

03 Mar 12:50
0bf4a07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/foresightmobile/flutter_markdown_plus/commits/1.0.1