logbox_color 1.0.0 copy "logbox_color: ^1.0.0" to clipboard
logbox_color: ^1.0.0 copied to clipboard

outdated

Print colored box logs on terminal / console.

pub.dev Downloads License

Color Box Logger for Dart & Flutter #

Print colored box logs on terminal / console.

Features #

  • Prints different log types with different colors.
  • Log Types:
    • Verbose
    • Info
    • Debug
    • Warning
    • Error
    • Unknown

Usage #

  1. Add this to your package's pubspec.yaml file:
logbox_color: ^1.0.0
  1. Save the pubspec.yaml file. Or alternatively you can use this code snippet on console:
pub get

with Flutter:

flutter pub get
  1. Import it from code file:
import 'package:logbox_color/logbox_color.dart';
0
likes
0
points
185
downloads

Publisher

verified publisherberk.babadogan.net

Weekly Downloads

Print colored box logs on terminal / console.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_console

More

Packages that depend on logbox_color