linked_text 1.0.0 copy "linked_text: ^1.0.0" to clipboard
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.
  • LinkedText widget for rendering text with interpolated tappable links.
  • Template syntax: {{link text}} for auto-indexed links, {N{link text}} for explicitly indexed links.
  • Optional onTap callback for custom link handling.
  • Default URL launching via url_launcher.
  • Proper TapGestureRecognizer lifecycle management.
1
likes
0
points
192
downloads

Publisher

verified publisherpento.net

Weekly Downloads

A Flutter widget that renders text with interpolated tappable links using a simple template syntax.

Repository (GitHub)
View/report issues

Topics

#text #links #rich-text #url-launcher #widget

License

unknown (license)

Dependencies

flutter, url_launcher

More

Packages that depend on linked_text