v1.0.10
- Added a
contextMenuBuilderparameter toMarkdownandMarkdownBody, letting callers customise or suppress (passnull) the text-selection toolbar shown whenselectableis enabled. Defaults to the platform-adaptive Flutter selection toolbar, so existing behaviour is unchanged (#134) onSelectionChangednow reports the full selectable plain text viaTextSpan.toPlainText(). Previously, paragraphs containing rich/nested inline spans (bold, italic, code, links) reported the top-levelTextSpan.text, which wasnullfor multi-child spans; callers now receive the complete text soTextSelection.textInsideworks as expected (#134)
Thanks to our contributors:
- @momadvisor for the
contextMenuBuilderparameter and plain-text selection fix (#134)