Flocks demo — wear your brand on 131 components
Flocks is a Flutter design system built on plain widgets.dart
— no Material, no Cupertino. This demo applies your brand to a
dense dashboard and a full CRUD, both assembled exclusively from its
components, and hands you the Dart that reproduces what you see.
Everything runs in your browser. These are the axes you can change:
- Brand colour — one hex seed derives the entire palette, light and dark, through HCT tone.
- Container style — filled, outlined or elevated, applied globally.
- Corner shape — square, rounded, pill or per-component default.
- Typeface — Poppins or Space Grotesk, both shipped with the package.
- Dark theme — derived from the same seed, not a second palette.
- Your logo — held in memory only. It is never uploaded, and the shareable link does not carry it.
The link in your address bar carries the colour, the typeface and the
axes, so a look can be shared. It never carries the logo.
flocks.live ·
Component catalogue ·
Source on GitHub