html_tags_cleaner
A very easy-to-use plugin to remove html tags from a fetched text. Initially created to fix an issue encountered while fetching datas from a API developed in PHP.
Installation
Run this command :
flutter pub add html_tags_cleaner
Example
After runnning the below command, you should see this in your pubspec.yaml:
To use it, you must first import teh package
And finally, to use it, you can do it this way :
This is a screenshot of the expected result :