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");
copied to clipboard
2
likes
140
points
721
downloads

Publisher

verified publisherarcane.art

Weekly Downloads

2024.09.13 - 2025.03.28

Super simple colored logging for the impatient developer

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

colored_print

More

Packages that depend on fast_log