wloom

pub package pub points License: MIT

wloom is an editorial / typewriter Flutter design system. Mono typography, hairline borders, ink-on-paper palette with a periwinkle accent. 100+ Material 3 widgets. Ships on pub.dev as the wolwoloom package.

Install

flutter pub add wolwoloom

Usage

import 'package:wolwoloom/wolwoloom.dart';

MaterialApp(
  theme: WlmTheme.light(),
  darkTheme: WlmTheme.dark(),
  home: const MyPage(),
);

Showcase

See the project README for the full component list and roadmap.

Run the example locally:

cd example
flutter run

Libraries

Optional in-package gallery — drop WlmGallery into any app to browse every wloom component in one place.
wolwoloom
wloom — editorial / typewriter Flutter design system.