wloom
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
- Web gallery — iyashwantsaini.github.io/wloom/
- Screenshots — docs/README.md
- APKs — latest release
See the project README for the full component list and roadmap.
Run the example locally:
cd example
flutter run
Libraries
- gallery
- Optional in-package gallery — drop WlmGallery into any app to browse every wloom component in one place.
- wolwoloom
- wloom — editorial / typewriter Flutter design system.