wolwoloom 0.3.3
wolwoloom: ^0.3.3 copied to clipboard
Wolwoloom — an editorial / typewriter-flavored Flutter design system. Mono typography, hairline borders, ink-on-paper palette with a periwinkle accent. Extracted from the wolwo wallpaper app, packaged [...]
wolwoloom #
Editorial / typewriter Flutter design system. Mono typography, hairline borders, ink-on-paper palette with a periwinkle accent.
import 'package:wolwoloom/wolwoloom.dart';
MaterialApp(
theme: WlmTheme.light(),
darkTheme: WlmTheme.dark(),
home: const MyPage(),
);
See the project README for the full component list and roadmap.
Run the example:
cd example
flutter run