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_markdown
dependency to 3.1.7.
0.6.1 #
- Fix a CopyButton issue.
0.6.0 #
- Update
dart_markdown
dependency 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
copyIconColor
toMarkdownStyle
. - Add an optional parameter
context
toMarkdownRenderer
. - Improve the default style in dark mode.
0.4.9 #
- Fix a
mergeRichText
issue.
0.4.8 #
- Improve the default style of code blocks.
0.4.7 #
- Catch and handle Markdown parsing exception.
0.4.6 #
- Add a
copyIconBuilder
option forMarkdownViewer
andMarkdownRenderer
to customise the copy icon.
0.4.5 #
- Update to
dart_markdown
3.1.3.
0.4.4 #
- Update to
dart_markdown
3.1.2.
0.4.3 #
- Update to
dart_markdown
3.1.1.
0.4.2 #
- Update to
dart_markdown
3.1.0.
0.4.1 #
- Update to
dart_markdown
3.0.0.
0.4.0 #
- Add a
position
attribute toMarkdownNode
. - Breaking change Change the parameters of some
Builder
methods. - Improve the paddings of paragraph, blockquote and list blocks.
- Improve some default styles.
0.3.0+2 #
- Update to
dart_markdown
2.1.3.
0.3.0+1 #
- Fix README.md screenshot url.
0.3.0 #
- Breaking chang: Change return type of
MarkdownHighlightBuilder
fromTextSpan
toList<TextSpan>
. - Breaking chang: Remove
selectable
option fromMarkdownViewer
andMarkdownRenderer
. - Breaking chang: Remove
MarkdownStyle.fromTheme
. - Add a new optional parameter
selectionColor
toMarkdownViewer
, with a default valueColor(0x4a006ff8)
, the text will become unselectable when the value isnull
. - Add optional parameters
selectionRegistrar
andselectionColor
toMarkdownRenderer
. - Add a copy to clipboard button for code block.
- Big improvement on default style.
0.2.1 #
- Add
enableAutolinkExtension
option to widget - Add
nodesFilter
option to widget - Add
selectable
option to widget - Update to
dart_markdown
2.1.0
0.2.0+1 #
- Update README.
- Fix a minor mistake.
0.2.0 #
- Update
dart_markdown
dependency to 2.0.0. - Set default value for
MarkdownElementBuilder.isBlock
.
0.1.0 #
- First stable version.
0.0.1 #
- Initial release.