- Update
dart_markdowndependency to 3.1.7.
- Fix a CopyButton issue.
- Update
dart_markdowndependency to 3.1.6. - Remove custom selection feature.
- Add scrollable feature to table.
- Fix an error in Flutter 3.7
- Add
copyIconColortoMarkdownStyle. - Add an optional parameter
contexttoMarkdownRenderer. - Improve the default style in dark mode.
- Fix a
mergeRichTextissue.
- Improve the default style of code blocks.
- Catch and handle Markdown parsing exception.
- Add a
copyIconBuilderoption forMarkdownViewerandMarkdownRendererto customise the copy icon.
- Update to
dart_markdown3.1.3.
- Update to
dart_markdown3.1.2.
- Update to
dart_markdown3.1.1.
- Update to
dart_markdown3.1.0.
- Update to
dart_markdown3.0.0.
- Add a
positionattribute toMarkdownNode. - Breaking change Change the parameters of some
Buildermethods. - Improve the paddings of paragraph, blockquote and list blocks.
- Improve some default styles.
- Update to
dart_markdown2.1.3.
- Fix README.md screenshot url.
- Breaking chang: Change return type of
MarkdownHighlightBuilderfromTextSpantoList<TextSpan>. - Breaking chang: Remove
selectableoption fromMarkdownViewerandMarkdownRenderer. - Breaking chang: Remove
MarkdownStyle.fromTheme. - Add a new optional parameter
selectionColortoMarkdownViewer, with a default valueColor(0x4a006ff8), the text will become unselectable when the value isnull. - Add optional parameters
selectionRegistrarandselectionColortoMarkdownRenderer. - Add a copy to clipboard button for code block.
- Big improvement on default style.
- Add
enableAutolinkExtensionoption to widget - Add
nodesFilteroption to widget - Add
selectableoption to widget - Update to
dart_markdown2.1.0
- Fix an issue on
highlightBuilderPR 22
- Update README.
- Fix a minor mistake.
- Update
dart_markdowndependency to 2.0.0. - Set default value for
MarkdownElementBuilder.isBlock.
- First stable version.
- Initial release.