flutter_widget_from_html
flutter_widget_from_html copied to clipboard
Question. Is there way to encode dom.Element to String deep?
For example, I querying element with tag code
and want to get a string to further parsing.
I don't think so. You can walk the DOM tree though.