html_unescape
html_unescape copied to clipboard
Html Unescape getting decoded HTML
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
Use String replaceAll.