Skip to content

How To Use Extensions

Matthew Whitaker edited this page Mar 12, 2025 · 8 revisions

flutter_html handles the parsing and layout for a wide range of HTML tags and CSS attributes. With this core package, we aim for the minimal number of dependencies, so we don't support many interactive or more complicated layouts (e.g. video, table) directly in the core package. However, there are many cases where this basic support is not sufficient. flutter_html has an extensive "Extensions" API that allows first- and third-party developers to extend the basic functionality of flutter_html. This guide describes the basics of working with this Extension API.

Quick Start

In progress

Built-in Extensions

In progress

First-Party Extensions

In progress

Internal Details

In progress

Further Examples

In progress

Clone this wiki locally