Welcome to the documentation for HyperRender v1.1.4 — the high-performance HTML/Markdown renderer for Flutter.
- Main README — Project overview, quick start, and features
- CHANGELOG — Version history and release notes
| Document | Description |
|---|---|
| Supported HTML Elements | Tags and attributes supported by the engine |
| Known Limitations | Honest list of what is not yet supported |
| Performance Tuning | Cache configuration, virtualization, benchmarks |
| Migration Guide | Upgrade instructions between versions |
| Security & Accessibility | Security best practices and a11y features |
| Security Best Practices | Hardening guide for production deployments |
| Document | Description |
|---|---|
| Plugin Development | Create custom plugins and adapters |
| Comparison Matrix | Feature comparison with FWFH and WebView |
| CSS Properties Matrix | Full CSS property support status |
| Roadmap | Planned features and versioning strategy |
| Contributing Guide | How to contribute code, docs, and issues |
| Code of Conduct | Community standards |
Design decisions that shaped the engine, useful for contributors:
| ADR | Decision |
|---|---|
| 0001 — UDT Model | Unified Document Tree over widget composition |
| 0002 — Single RenderObject | One RenderObject vs one-per-node |
| 0003 — CSS Float Support | Float layout algorithm design |
| 0004 — Kinsoku Processor | CJK line-breaking rules |
| 0005 — Inline Span Paradigm | Continuous InlineSpan tree |
- hyper_render_clipboard — Clipboard & image copy
- Main README — architecture and quick start
- Supported HTML Elements — what renders out of the box
- Performance Tuning — cache and virtualization settings
- Known Limitations — set expectations
- Contributing Guide — workflow and code standards
- Plugin Development — extending the engine
- Architecture Decision Records — why the engine works this way
- Roadmap — what's planned and when
- Comparison Matrix — vs FWFH and WebView
- CSS Properties Matrix — CSS coverage
- Main README — performance benchmarks
Current stable: v1.1.4 — Last updated: March 2026