gg_console_colors 2.1.4 gg_console_colors: ^2.1.4 copied to clipboard
A Dart package providing a collection of console colors to easily colorize command line outputs.
Changelog #
2.1.4 - 2024-04-13 #
Removed #
- dependency to gg_install_gg, remove ./check script
- dependency pana
2.1.3 - 2024-04-11 #
Removed #
- dependencies args, colorize, gg_args and gg_process
2.1.2 - 2024-04-09 #
Removed #
- 'Pipline: Disable cache'
2.1.1 - 2024-04-09 #
Added #
- Prepare release
Changed #
- Rework changelog
- 'Github Actions Pipeline'
- 'Github Actions Pipeline: Add SDK file containing flutter into .github/workflows to make github installing flutter and not dart SDK'
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.