matrix_link_text 0.2.0
matrix_link_text: ^0.2.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
0.2.0 #
- Parse URLs without
0.1.5 #
- Fix bug of the wrong array type being used
0.1.4 #
- Always return
textandchildreninLinkTextSpans
0.1.3 #
- Add
onLinkTaphandler - Use
Text.richinstead 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