markdown_viewer 0.6.2
markdown_viewer: ^0.6.2 copied to clipboard
A Markdown renderer for Flutter. Render Markdown String to rich text output.
0.6.2 #
- Update
dart_markdowndependency to 3.1.7.
0.6.1 #
- Fix a CopyButton issue.
0.6.0 #
- Update
dart_markdowndependency to 3.1.6. - Remove custom selection feature.
- Add scrollable feature to table.
0.5.0 #
- Fix an error in Flutter 3.7
0.4.10 #
- Add
copyIconColortoMarkdownStyle. - Add an optional parameter
contexttoMarkdownRenderer. - Improve the default style in dark mode.
0.4.9 #
- Fix a
mergeRichTextissue.
0.4.8 #
- Improve the default style of code blocks.
0.4.7 #
- Catch and handle Markdown parsing exception.
0.4.6 #
- Add a
copyIconBuilderoption forMarkdownViewerandMarkdownRendererto customise the copy icon.
0.4.5 #
- Update to
dart_markdown3.1.3.
0.4.4 #
- Update to
dart_markdown3.1.2.
0.4.3 #
- Update to
dart_markdown3.1.1.
0.4.2 #
- Update to
dart_markdown3.1.0.
0.4.1 #
- Update to
dart_markdown3.0.0.
0.4.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.
0.3.0+2 #
- Update to
dart_markdown2.1.3.
0.3.0+1 #
- Fix README.md screenshot url.
0.3.0 #
- 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.
0.2.1 #
- Add
enableAutolinkExtensionoption to widget - Add
nodesFilteroption to widget - Add
selectableoption to widget - Update to
dart_markdown2.1.0
0.2.0+1 #
- Update README.
- Fix a minor mistake.
0.2.0 #
- Update
dart_markdowndependency to 2.0.0. - Set default value for
MarkdownElementBuilder.isBlock.
0.1.0 #
- First stable version.
0.0.1 #
- Initial release.