logbox_color 1.0.7
logbox_color: ^1.0.7 copied to clipboard
Print log messages into colored box on terminal. Prints different log types with different colors. Log Types: * Verbose * Info * Debug * Warning * Error * Unknown
1.0.7 - 2026-02-13 #
- Updated for Flutter 3.41.1 and Dart 3.11.0 compatibility.
- Updated SDK constraints and dev dependencies.
1.0.6 - 2022-02-22 #
- "Web" print indicator removed.
1.0.5 - 2022-02-21 #
- In default, package do not support "Web" environment due to dart:io limitation.Now, algorithm convert output target to console automatically with simple try-cath block if environment is "Web".
1.0.4 - 2022-02-20 #
- Support for console with simple text option, if console width is 0 (Console, not a terminal).
1.0.3 - 2022-02-20 #
- Updated CHANGELOG.md.
1.0.2 - 2022-02-20 #
- Updated pubspec.yaml & README.md.
1.0.1 - 2022-02-19 #
- Fixed internal terminal print.
1.0.0 - 2022-02-19 #
- Initial version.