design_system_generator 3.0.0 copy "design_system_generator: ^3.0.0" to clipboard
design_system_generator: ^3.0.0 copied to clipboard

outdated

A generator for design system tokens, build from a json configuration for dart/flutter. Generates colors, spatials, breakpoints, and other useful elements from a configuration.

3.0.0 - 2023-06-12 #

Features #

  • upgrade to new flutter app and improve code generation. (#3) (44d4e1e)

BREAKING CHANGES #

  • Flutter 2.x is not supported anymore. This upgrades the generator to SDK

= 3.x && < 4.x. Projects that use the generator need to update their Flutter project to use SDK = 3.x.

2.0.0 - 2023-03-23 #

Features #

BREAKING CHANGES #

  • since the dart build system is not as dynamic as it should be for this usecase, using a builder is not sufficient. Now a CLI executable is used to find and parse the design system configuration and then generate the specific design token files according to the configuration.

1.0.0 - 2023-03-17 #

Bug Fixes #

  • json schema must require at least one prop per topic (2a80893)

Features #

  • add border radii builder for rounded corners (ed4a727)
  • add color builder to generate app color class and enum (a890298)
  • add screenbuilder that creates app breakpoints and a responsive value helper (5410155)
  • add spatial builder to create a general way for spacings in the app (686483b)
  • color generator: add default values if none provided (8c6ccae)
3
likes
0
points
371
downloads

Publisher

verified publishersmartive.ch

Weekly Downloads

A generator for design system tokens, build from a json configuration for dart/flutter. Generates colors, spatials, breakpoints, and other useful elements from a configuration.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, glob, path

More

Packages that depend on design_system_generator