Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 799 Bytes

File metadata and controls

21 lines (13 loc) · 799 Bytes

manyui

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.

Goals

  • Minimal dependencies in the core package. No surprise transitive trees.
  • No required MaterialApp or CupertinoApp. 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.

Status

Early development. Nothing is published yet. Come back when there is something to use.

License

MIT. See LICENSE.