W3C Design Tokens Format
Uses standard W3C Design Tokens JSON format for maximum compatibility.
W3C Design Tokens Format
Uses standard W3C Design Tokens JSON format for maximum compatibility.
Light/Dark Mode
Built-in support for multiple theme modes with automatic switching.
Variable Injection
Define reusable variables and reference them with $variable.path syntax.
Typography Support
Full text style tokens with fontSize, fontWeight, letterSpacing, and more.
Runtime Overrides
Apply server-side token overrides for dynamic theming scenarios.
Lightning Fast Lookups
Instant theme access via compile-time const maps.
# Add dependencydart pub add design_builder --dev
# Create your token filesecho '{"light": {"color": {"primary": {"$type": "color", "$value": "#1A1A2E"}}}}' > lib/tokens.json
# Generate codedart run build_runner buildInstallation Guide
Getting Started - Learn how to install and set up Design Builder in your Flutter project.
Configuration
Configuration Options - Customize build options, output paths, and token file locations.