matrix_link_text 0.4.2
matrix_link_text: ^0.4.2 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.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
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