Html

screenshot of Html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.

Overview

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.

Features

  • Easy HTML Parsing: Parse HTML content easily by passing a String or list of bytes.
  • Document Fragment Parsing: Utilize parseFragment for parsing document fragments.
  • Low-Level Control: Use HtmlParser for more granular control over the HTML parsing process.