I want to delete some data based on tags in html, android I use jsoup, it has a function to delete tags, in flutter I know there is a html package, however it does not have a function to delete tags.
What should I do?
p/s: I see many articles here about deleting flutter tags, however that is to delete all tags, I only want to delete some tags