wolwoloom 0.3.4
wolwoloom: ^0.3.4 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.
wolwoloom #
Editorial / typewriter Flutter design system. Mono typography, hairline borders, ink-on-paper palette with a periwinkle accent. 100+ Material 3 widgets.
Install #
flutter pub add wolwoloom
Usage #
import 'package:wolwoloom/wolwoloom.dart';
MaterialApp(
theme: WlmTheme.light(),
darkTheme: WlmTheme.dark(),
home: const MyPage(),
);
Showcase #
- Web gallery — https://iyashwantsaini.github.io/WolwoLoom/
- 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