dart_style_generator 0.0.1-alpha copy "dart_style_generator: ^0.0.1-alpha" to clipboard
dart_style_generator: ^0.0.1-alpha copied to clipboard

Command line application for generating, colors and text styles from a JSON file

Script to generate color classes:

dart run dart_style_generator generate-color -i 'path to json file with colors' -o 'directory path where files should be generated'

Expected json file format for colors:

{
  "LightTheme": {
    "Primary": {
      "value": "#ffffff"
    },
    ...moreColors
  },
  "DarkTheme": {
    "Primary": {
      "value": "#000000"
    },
    ...moreColors
  },
  "AnotherTheme": {
    "Primary": {
      "value": "#ff0000"
    },
    ...moreColors
  },
  ...moreThemes
}
0
likes
0
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

Command line application for generating, colors and text styles from a JSON file

License

unknown (license)

Dependencies

args

More

Packages that depend on dart_style_generator