Skip to content

cyberpwnn/dart_fast_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super simple colored logging for the impatient developer

Features

Simple logging with colors

Usage

// If you are on flutter in main or somewhere make sure to run
// This is to ensure printing only happens in debug mode.
lDebugMode = kDebugMode;

info(42);
success("Hello world");
warning(73.77);
error("Hello world");
verbose(Object());
navigation("Hello world");
actioned("Hello world");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages