A modular Flutter monorepo providing a type-safe, component-driven design system framework with granular rebuilds and a streamlined golden testing toolkit.
| Package | Version | Description |
|---|---|---|
wildness_ui |
Core design system engine with F-bounded polymorphism, WildnessComponentProvider, and granular rebuilds. |
|
wildness_ui_golden_toolkit |
Lightweight golden test toolkit for testing Wildness components across scenarios and devices. |
Add wildness_ui to your pubspec.yaml:
dependencies:
wildness_ui: ^2.0.0-rc.1For full documentation and usage examples, check packages/wildness_ui/README.md.
Add wildness_ui_golden_toolkit to your dev_dependencies:
dev_dependencies:
wildness_ui_golden_toolkit: ^2.0.0-rc.1For golden testing guide and examples, check packages/wildness_ui_golden_toolkit/README.md.
This monorepo is managed with Melos.
# Analyze all packages
melos run analyze
# Run tests across all packages
melos run test
# Format all code
melos run formatMIT © Coolosos
