Skip to content

berkbb/logbox_color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pub.dev Downloads License

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

  1. Add this to your package's pubspec.yaml file:
logbox_color: ^1.0.6
  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';

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages