link_text icon indicating copy to clipboard operation
link_text copied to clipboard

Easy to use text widget for Flutter apps, which converts inlined urls into working, clickable links

Results 3 link_text issues
Sort by recently updated
recently updated
newest added

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...