matrix_link_text 0.1.4 matrix_link_text: ^0.1.4 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
[0.1.4] #
- Always return
text
andchildren
inLinkTextSpans
[0.1.3] #
- Add
onLinkTap
handler - Use
Text.rich
instead ofRichText
- 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