k_logger 0.0.1 copy "k_logger: ^0.0.1" to clipboard
k_logger: ^0.0.1 copied to clipboard

Very simple and minimal setup to use, and differentiate logs with colorful output.

Very simple and minimal setup to use, and differentiate logs with colorful output.

Show some ❤️ and star the repo to support the project

Getting started #

Just need to add this library into your pubspec.yaml and start using it.

KLogger.i("Test Data Info");

Output #

Usage #

KLogger.i("Test Data Info");
KLogger.v("Test Data Verbose");
KLogger.w("Test Data warning");
KLogger.d("Test Data debug");
KLogger.e("Test Data error");

Issues

Please file any issues, bugs or feature request as an issue on our GitHub page

Want to contribute

If you would like to contribute to the package (e.g. by solving a bug or adding a cool new feature), send us your pull request.

0
likes
130
pub points
0%
popularity

Publisher

verified publishershivamsharma.dev

Very simple and minimal setup to use, and differentiate logs with colorful output.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on k_logger