gg_console_colors 2.5.0
gg_console_colors: ^2.5.0 copied to clipboard
A Dart package providing a collection of console colors to easily colorize command line outputs.
Changelog #
2.4.0 - 2026-08-13 #
2.2.0 - 2026-08-03 #
Added #
- Add .gitattributes file
- Add semantic colors: cAction, cError, cWarn, cCmd, cPath, cDetail, cH1, cH2, cSuccess
- Add
bold()console style, used bycH2()so headings stay readable on dark and bright terminals - Add
ggColorsEnabledandcolorsDisabledByEnvironment()to suppress colors whenNO_COLORis set orTERMisdumb
2.1.1 - 2024-04-09 #
2.1.0 - 2024-01-01 #
- Wrap colors like this
green('This is a green text with a ${yellow('yellow')} word. ')
2.0.3 - 2024-01-01 #
- Update dependencies
2.0.2 - 2024-01-01 #
- Add darkGray
2.0.1 - 2024-01-01 #
- Color function takes objects
2.0.0 - 2024-01-01 #
- Turn color variables into functions
1.0.0 - 2024-01-01 #
- Initial version.