HtmlGen

Just an html generator. Nothing more, nothing less.

Made focused on pure simplicity.

Features

  • Generate HTML

Aaand that's it. It's a simple package, nothing else do say.

Usage

// Required to be dynamic for it to call "noSuchMethod"
const dynamic html = HtmlBuilder();

final d = html.div([], [html.text("Noot")]);

print(d);

Libraries

htmlgen
Support for doing something awesome.