colored_logger 1.1.0
colored_logger: ^1.1.0 copied to clipboard
A Flutter package for colored terminal logs (VS Code, Android Studio, IntelliJ) with Ansi escape codes.
1.1.0 #
- Change @param 'colorCode' to 'colorName'
- Make @param chunkSize optional preventing unexpected line breaks, giving more flexibility to the user
1.0.2 #
- Add 'colorizeText' function to colorize text before printing it to console
1.0.0 #
- Fix chunk processing
0.0.5 #
- Long text support
0.0.4 #
- Multiple lines support
0.0.3 #
- using debugPrint instead of print
0.0.2 #
- Add more docs, functions and examples
0.0.1 #
- Initial release