- New callback to handle link taps (
onLinkTap
) - Improved URL parsing
- Fix unrecognized keywords starting on new line
- Text with tappable and styled links (
onUrlTap
,urlStyle
) - Text with tappable and styled @mentions (
onMentionTap
,mentionStyle
) - Text with tappable and styled #hashtags (
onHashtagTap
,hashtagStyle
)
- Expand and collapse animation (
animation
,animationDuration
,animationCurve
) - Tap on the text to expand or collapse the text (
expandOnTextTap
,collapseOnTextTap
)
Null safety support
Fix expand link line break when using prefixText
Fix expand link line break when using prefixText
- New optional prefix (
prefixText
,prefixStyle
,onPrefixTap
) - New option to change the link style (
linkStyle
)
Optional expand text, to disable collapsing
New callback for expanded changed (onExpandedChanged
)
New option whether the ellipsis is part of the link (linkEllipsis
)
Initial release