html_unescape icon indicating copy to clipboard operation
html_unescape copied to clipboard

Dart library for unescaping HTML-encoded strings

Results 4 html_unescape issues
Sort by recently updated
recently updated
newest added

I can't import this package even though I have executed flutter pub get, i find the lib folder has no export class

&cent without ; ![image](https://github.com/filiph/html_unescape/assets/59557859/6af51b5c-7bf3-421c-9546-9dca36dea681) ![image](https://github.com/filiph/html_unescape/assets/59557859/ca9a6771-caff-4c64-a506-5d796057ae65)

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

When I let it convert my raw json string it replaces & q u o t ; (had to write it like that so that Github doesn't convert it) with...