html_unescape icon indicating copy to clipboard operation
html_unescape copied to clipboard

Html Unescape getting decoded HTML

Open azamsharp opened this issue 5 years ago • 1 comments

Hi,

If I have a string like this in Flutter:

final String html = "Bold"

then can I use this library to display bold string instead of Bold

azamsharp avatar Dec 10 '19 17:12 azamsharp

Use String replaceAll.

ashishpatel1992 avatar Sep 12 '23 05:09 ashishpatel1992