gg_console_colors 2.1.1 gg_console_colors: ^2.1.1 copied to clipboard
A Dart package providing a collection of console colors to easily colorize command line outputs.
Changelog #
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.