logbox_color 1.0.6 logbox_color: ^1.0.6 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
Color Box Logger for Dart & Flutter #
Print log messages into colored box on terminal.
Features #
- Prints different log types with different colors.
- Log Types:
- Verbose
- Info
- Debug
- Warning
- Error
- Unknown
Usage #
- Add this to your package's pubspec.yaml file:
logbox_color: ^1.0.6
- Save the pubspec.yaml file. Or alternatively you can use this code snippet on console:
pub get
with Flutter:
flutter pub get
- Import it from code file:
import 'package:logbox_color/logbox_color.dart';