Skip to content

Repository files navigation

Wildness UI

wildness_project

A modular Flutter monorepo providing a type-safe, component-driven design system framework with granular rebuilds and a streamlined golden testing toolkit.


📦 Packages in this Repository

Package Version Description
wildness_ui pub package Core design system engine with F-bounded polymorphism, WildnessComponentProvider, and granular rebuilds.
wildness_ui_golden_toolkit pub package Lightweight golden test toolkit for testing Wildness components across scenarios and devices.

🚀 Quick Start

1. wildness_ui

Add wildness_ui to your pubspec.yaml:

dependencies:
  wildness_ui: ^2.0.0-rc.1

For full documentation and usage examples, check packages/wildness_ui/README.md.

2. wildness_ui_golden_toolkit

Add wildness_ui_golden_toolkit to your dev_dependencies:

dev_dependencies:
  wildness_ui_golden_toolkit: ^2.0.0-rc.1

For golden testing guide and examples, check packages/wildness_ui_golden_toolkit/README.md.


🛠️ Workspace Development & Scripts

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 format

📄 License

MIT © Coolosos

About

Wildness UI

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages