gator 1.3.1 gator: ^1.3.1 copied to clipboard
Generate MaterialColor shades and tints from primary colors hex values for easy setup.
1.3.1 #
-
adds
--help
flag$ gator --help Generate shades and tints from primary colors hex values for easy setup. -c, --config path of the config yaml file (defaults to "pubspec.yaml") -o, --output path of the generated file (defaults to "colors.g.dart") -h, --help Show this usage information.
1.3.0 #
- Upgrade to Dart 3
- Updates analysis
- Adds
InvalidValueRangeException
assertFactor
andassertValue
will now throwInvalidValueRangeException
when not in correct range
1.2.2 #
-
Lists colorized, generated colors in terminal
$ gator -c colors.yaml Generated Material Color (0xff062091) Royal Blue Generated Material Color (0xffd6d6d6) Grey Generated Material Color (0xff663399) Rebecca Purple 🖍 Created file: my_colors.g.dart!
1.2.1 #
- Adds better error messages
- improvement on shade generation performance
1.2.0 #
- Adds
output
feature for config - Fixes order or shades generated
- Some better code ge options
1.0.1 #
- Corrects some spelling mistakes
1.0.0 #
- Initial release