htmlgen 1.1.0
htmlgen: ^1.1.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);