flutter_widget_from_html icon indicating copy to clipboard operation
flutter_widget_from_html copied to clipboard

Question. Is there way to encode dom.Element to String deep?

Open ytskk opened this issue 2 years ago • 1 comments

For example, I querying element with tag code and want to get a string to further parsing.

ytskk avatar Aug 18 '22 13:08 ytskk

I don't think so. You can walk the DOM tree though.

daohoangson avatar Sep 18 '22 00:09 daohoangson