wolwoloom 0.3.5 copy "wolwoloom: ^0.3.5" to clipboard
wolwoloom: ^0.3.5 copied to clipboard

Editorial, typewriter-flavored Flutter design system. Mono type, hairline borders, ink-on-paper palette with a periwinkle accent. 100+ Material 3 widgets.

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
2
likes
130
points
203
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Editorial, typewriter-flavored Flutter design system. Mono type, hairline borders, ink-on-paper palette with a periwinkle accent. 100+ Material 3 widgets.

Repository (GitHub)
View/report issues

Topics

#design-system #ui #widget #theme #material3

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_staggered_grid_view, google_fonts, shimmer

More

Packages that depend on wolwoloom