- Update
dart_markdown
dependency to 3.1.7.
- Fix a CopyButton issue.
- Update
dart_markdown
dependency to 3.1.6. - Remove custom selection feature.
- Add scrollable feature to table.
- Fix an error in Flutter 3.7
- Add
copyIconColor
toMarkdownStyle
. - Add an optional parameter
context
toMarkdownRenderer
. - Improve the default style in dark mode.
- Fix a
mergeRichText
issue.
- Improve the default style of code blocks.
- Catch and handle Markdown parsing exception.
- Add a
copyIconBuilder
option forMarkdownViewer
andMarkdownRenderer
to customise the copy icon.
- Update to
dart_markdown
3.1.3.
- Update to
dart_markdown
3.1.2.
- Update to
dart_markdown
3.1.1.
- Update to
dart_markdown
3.1.0.
- Update to
dart_markdown
3.0.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.
- Update to
dart_markdown
2.1.3.
- Fix README.md screenshot url.
- 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.
- Add
enableAutolinkExtension
option to widget - Add
nodesFilter
option to widget - Add
selectable
option to widget - Update to
dart_markdown
2.1.0
- Fix an issue on
highlightBuilder
PR 22
- Update README.
- Fix a minor mistake.
- Update
dart_markdown
dependency to 2.0.0. - Set default value for
MarkdownElementBuilder.isBlock
.
- First stable version.
- Initial release.