matrix_link_text 2.0.0 copy "matrix_link_text: ^2.0.0" to clipboard
matrix_link_text: ^2.0.0 copied to clipboard

Easy to use text widget for Flutter apps, which converts inlined urls into working, clickable links. Allows for custom styling. Supports matrix identifiers

[2.0.0] #

  • Update to Flutter 3.10
  • Breaking-Change: Require urls as Uri rather than String

[1.0.2] #

  • Add CleanRichText.maxLines and LinkText.maxLines

[1.0.1] #

  • Update readme and example
  • Update deps

[1.0.0] #

  • Null safety!
  • Various fixes to properly dispose of gesture recognizers

[0.4.2] #

  • Terminate URLs at zero-width-spaces, too
  • Make that URLs can't end in ] and }

[0.4.1] #

  • Make that URLs can't end in >

[0.4.0] #

  • Update dependencies

[0.3.2] #

  • Fix with a fallback regex for browsers that don't support regex lookbehinds yet

[0.3.1] #

  • Overgo issues with links not always being clickable in -web

[0.3.0] #

  • Parse URIs, not just urls
  • Performance optimizations for very long texts

[0.2.0] #

  • Parse URLs without

[0.1.5] #

  • Fix bug of the wrong array type being used

[0.1.4] #

  • Always return text and children in LinkTextSpans

[0.1.3] #

  • Add onLinkTap handler
  • Use Text.rich instead of RichText
  • Use better URL regex to properly handle params and new TLDs
  • Add matrix identifiers to regex

[0.1.2] #

  • LinkText widget now handles URLs which include commas

[0.1.1] #

  • Improved README

[0.1.0] - Initial release #

  • Fully working LinkText widget - easily convert inlined urls into clickable links
  • Example project included
3
likes
120
pub points
80%
popularity

Publisher

unverified uploader

Easy to use text widget for Flutter apps, which converts inlined urls into working, clickable links. Allows for custom styling. Supports matrix identifiers

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on matrix_link_text