Build fast, hypermedia-driven web apps with Dart + htmx
Htmdart is a small ecosystem of packages (or toolkit if we want to sound fancy) that makes it easy to build hypermedia-driven applications in Dart.
It offers tools that let you:
- Write and render HTML directly in Dart (no template engines needed)
- Use htmx & hyperscript attributes as native Dart functions (callable classes)
- Generate static HTML sites with Dart
| package | pub |
|---|---|
| htmdart | |
| htmleez | |
| htmleez_static |
- htmleez → Pure HTML composition library for Dart.
- htmdart → Htmleez attributes to work with htmx and hyperscript.
- htmleez_static → Static site generator powered by htmleez.
👉 Each package has its own README with details and examples.
