htmlgen 1.0.0 copy "htmlgen: ^1.0.0" to clipboard
htmlgen: ^1.0.0 copied to clipboard

Just an html generator. Nothing more, nothing less.

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);
0
likes
150
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Just an html generator. Nothing more, nothing less.

Repository (GitLab)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on htmlgen