so I want to show like button but it doesn't show that element when I run the emulator. and only show like blank space at that field. the code like this,
HTML:
<p><strong><a href="[LINK_HERE]" style="display: block; width: 80px; height: 20px; background: #FFFFF; padding: 8px; color: white;">Click Here</a></strong></p>
but when I removed the style inside, it will work like hyperlink text. the code below
<p><strong><a href="[LINK_HERE]">Click Here</a></strong></p>
I used flutter_html: ^2.2.1
tag, because I've got that response from API and anchor tag is in the p tag
– chocoxmaniac Jan 10 '23 at 05:19