Many platforms, one UI library.
manyui is a Flutter UI component library with a shadcn-flavored aesthetic, built to run correctly across web, mobile (iOS/Android), and desktop (macOS/Windows/Linux) without requiring MaterialApp or CupertinoApp.
- Minimal dependencies in the core package. No surprise transitive trees.
- No required
MaterialApporCupertinoApp. Bring your own app widget, or use the one we ship. - No required font. System fonts work out of the box.
- Input modality awareness baked in: touch, mouse, keyboard, and stylus each get the right affordances.
- Accessibility as a requirement, not an afterthought.
Early development. Nothing is published yet. Come back when there is something to use.
MIT. See LICENSE.