linked_text 1.0.0
linked_text: ^1.0.0 copied to clipboard
A Flutter widget that renders text with interpolated tappable links using a simple template syntax.
Changelog #
1.0.0 #
- Initial release.
LinkedTextwidget for rendering text with interpolated tappable links.- Template syntax:
{{link text}}for auto-indexed links,{N{link text}}for explicitly indexed links. - Optional
onTapcallback for custom link handling. - Default URL launching via
url_launcher. - Proper
TapGestureRecognizerlifecycle management.