matrix_link_text 2.0.0
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 thanString
1.0.2 #
- Add
CleanRichText.maxLines
andLinkText.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
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