Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.
The Dart CIpub package is a Dart implementation of an HTML5 parser. It provides a convenient way to parse HTML content in Dart applications. This package was inspired by the Pythonhtml5lib library, making HTML parsing in Dart simple and efficient.
parseFragment
for parsing document fragments.HtmlParser
for more granular control over the HTML parsing process.