html_tags_cleaner 0.0.3 html_tags_cleaner: ^0.0.3 copied to clipboard
A very simple and easy-to-use package to clean html tags from a string, simply by calling a method.
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 :