hyperui
Every HyperUI component ported to Flutter with pixel parity, built on style.
View documentationHyperUI for Flutter
Every HyperUI component ported to Flutter, with pixel parity.
Built on style, Tailwind-style utility classes for Flutter.
š Full documentation ā browse every component variant, live-previewed.
This is docs-only ā there is nothing to install
HyperUI for Flutter is not a package. It's a component gallery: browse a component, copy its Dart snippet, paste it into your app.
Each snippet's Style('...') class string is byte-identical to the original HyperUI HTML's class attribute, so what you copy is exactly what's documented.
How to use it
- Browse a component on the docs site ā marketing sections, application UI, ecommerce, and more, each with a live preview.
- Copy the Dart snippet shown under the preview.
- Paste it into your Flutter app, with
styleas a dependency ā that's what interprets the Tailwind-like class strings.
Credits
Components are ported from HyperUI by Mark Mead, MIT licensed. This project is an unaffiliated Flutter port and is not endorsed by or affiliated with HyperUI or Mark Mead.