-
-
Notifications
You must be signed in to change notification settings - Fork 908
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.
In progress
In progress
In progress
In progress