fast_log 1.0.7 copy "fast_log: ^1.0.7" to clipboard
fast_log: ^1.0.7 copied to clipboard

Super simple colored logging for the impatient developer

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");
2
likes
110
pub points
58%
popularity

Publisher

verified publisherarcane.art

Super simple colored logging for the impatient developer

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

colored_print

More

Packages that depend on fast_log