moon_tokens 0.0.6 copy "moon_tokens: ^0.0.6" to clipboard
moon_tokens: ^0.0.6 copied to clipboard

Moon Design System tokens. This package is automatically generated from the Moon Design System master Figma file variables.

Moon Design System Tokens #

Version Conventional Commits

Moon Design System Tokens. Currently only has YOLO brand colors which have been automated from Figma to code. More tokens to come in future (TBD).

Usage #

final lightTheme = ThemeData.light().copyWith(
  extensions: <ThemeExtension<dynamic>>[
    MoonTheme(tokens: lightTokens).copyWith(      
        colors: sbLightColors, // or your relevant brand color token variable
    ),
  ],
);
copied to clipboard
0
likes
140
points
391
downloads

Publisher

verified publisheryolo.com

Weekly Downloads

2024.09.09 - 2025.03.24

Moon Design System tokens. This package is automatically generated from the Moon Design System master Figma file variables.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on moon_tokens