linked_text 1.1.2 copy "linked_text: ^1.1.2" to clipboard
linked_text: ^1.1.2 copied to clipboard

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

Changelog #

1.1.2 #

  • Prevent an out-of-bounds URL index in a string template from causing a crash. If an index is out of bounds, the link will simply be non-interactive.

1.1.1 #

  • Updated the minimum Dart SDK constraint to 3.6.0.
  • Fixed compatibility with Flutter's gen_l10n: a build hook automatically adds relax-syntax: true to l10n.yaml when missing. If the first build fails, re-running it will succeed.

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
160
points
192
downloads

Documentation

API reference

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
Contributing

Topics

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

License

MIT (license)

Dependencies

flutter, hooks, url_launcher

More

Packages that depend on linked_text