link_text
link_text copied to clipboard
Easy to use text widget for Flutter apps, which converts inlined urls into working, clickable links
If there are no words such as http, https, you can go to the link using this modification file. I added 'http://' string. For example, original link URL: github.com changed...
I mean if we have this text: 'My web is www.domain.com', is it possible to support this kind of links?
Hello! Thanks for the package. Can you modify the regex using inside such a way that the full stop at the end of the text is not included in the...