I have text that I would like to display using flutter. However, the text contains an HTML link
e.g
I have for now, thanks for your time! Make sure to check <a href='https://yahoo.com/jobs/'><b>yahoo</b></a> .
How can I show a link with the text with flutter? Currently, it shows the text as is with the HTML tag.
Thanks